Uses of Class
net.bluemind.authentication.api.AccessTokenInfo
Packages that use AccessTokenInfo
-
Uses of AccessTokenInfo in net.bluemind.authentication.api
Methods in net.bluemind.authentication.api that return AccessTokenInfoModifier and TypeMethodDescriptionIUserAccessToken.authCodeReceived
(String state, String code) IUserAccessToken.getTokenInfo
(String externalSystem, String baseUrl) static AccessTokenInfo
AccessTokenInfo.noTokenNeeded()
static AccessTokenInfo
AccessTokenInfo.tokenNotValid
(String externalAuthEndPointUrl, String internalRedirectUrl, String applicationId, String state, String codeChallenge, String codeChallengeMethod, String responseType, String url) static AccessTokenInfo
AccessTokenInfo.tokenValid()
Methods in net.bluemind.authentication.api that return types with arguments of type AccessTokenInfoModifier and TypeMethodDescriptionIUserAccessTokenPromise.authCodeReceived
(String state, String code) IUserAccessTokenPromise.getTokenInfo
(String external_system, String baseUrl) Method parameters in net.bluemind.authentication.api with type arguments of type AccessTokenInfoModifier and TypeMethodDescriptionvoid
IUserAccessTokenAsync.authCodeReceived
(String state, String code, AsyncHandler<AccessTokenInfo> handler) void
IUserAccessTokenAsync.getTokenInfo
(String external_system, String baseUrl, AsyncHandler<AccessTokenInfo> handler)