Package net.bluemind.authentication.api
Class AccessTokenInfo
java.lang.Object
net.bluemind.authentication.api.AccessTokenInfo
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescription - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic AccessTokenInfostatic AccessTokenInfotokenNotValid(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
 
 -