Package net.bluemind.authentication.api
Class AccessTokenInfo
java.lang.Object
net.bluemind.authentication.api.AccessTokenInfo
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AccessTokenInfo
static AccessTokenInfo
tokenNotValid
(String externalAuthEndPointUrl, String internalRedirectUrl, String applicationId, String state, String codeChallenge, String codeChallengeMethod, String responseType, String url) static AccessTokenInfo
-
Field Details
-
status
-
externalAuthEndPointUrl
-
internalRedirectUrl
-
applicationId
-
state
-
codeChallenge
-
codeChallengeMethod
-
responseType
-
scope
-
url
-
-
Constructor Details
-
AccessTokenInfo
public AccessTokenInfo()
-
-
Method Details
-
noTokenNeeded
-
tokenValid
-
tokenNotValid
-