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:
  • Constructor Details

  • Method Details

    • getAccessToken

      public String getAccessToken()
    • getExpiresIn

      public long getExpiresIn()
    • getRefreshToken

      public String getRefreshToken()
    • getRefreshExpiresIn

      public long getRefreshExpiresIn()
    • getIdToken

      public String getIdToken()
    • getIdTokenExpiresIn

      public long getIdTokenExpiresIn()
    • getTokenType

      public String getTokenType()