Class AuthenticationTokenResponse
java.lang.Object
de.xima.fc.api.rest.pub.impl.security.model.response.authentication.AuthenticationTokenResponse
- All Implemented Interfaces:
IAuthenticationResponse, Serializable
Model representing a JWT.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationTokenResponse(String accessToken, String refreshToken, String idToken, TokenConfiguration tokenConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionlonglonglong
-
Constructor Details
-
AuthenticationTokenResponse
public AuthenticationTokenResponse(String accessToken, String refreshToken, String idToken, TokenConfiguration tokenConfiguration)
-
-
Method Details
-
getAccessToken
-
getExpiresIn
public long getExpiresIn() -
getRefreshToken
-
getRefreshExpiresIn
public long getRefreshExpiresIn() -
getIdToken
-
getIdTokenExpiresIn
public long getIdTokenExpiresIn() -
getTokenType
-