Class AuthenticationTokenResponse
- java.lang.Object
-
- de.xima.fc.api.rest.pub.impl.security.model.response.authentication.AuthenticationTokenResponse
-
- All Implemented Interfaces:
IAuthenticationResponse
,Serializable
public class AuthenticationTokenResponse extends Object implements IAuthenticationResponse
Model representing a JWT.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationTokenResponse(String accessToken, String refreshToken, String idToken, TokenConfiguration tokenConfiguration)
-
-
-
Constructor Detail
-
AuthenticationTokenResponse
public AuthenticationTokenResponse(String accessToken, String refreshToken, String idToken, TokenConfiguration tokenConfiguration)
-
-