Class SuccessfulAuthenticationResponse

java.lang.Object
de.brifle.sdk.api.responses.authentication.SuccessfulAuthenticationResponse

public class SuccessfulAuthenticationResponse extends Object
  • Constructor Details

    • SuccessfulAuthenticationResponse

      public SuccessfulAuthenticationResponse()
  • Method Details

    • getAccessToken

      public String getAccessToken()
    • getCreatedAt

      public String getCreatedAt()
    • getExpiresIn

      public int getExpiresIn()
    • getRefreshToken

      public String getRefreshToken()
    • getScope

      public String getScope()
    • getTokenType

      public String getTokenType()