Class BackendAuthResponse

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.auth.camara.BackendAuthResponse
All Implemented Interfaces:
Jsonable

public final class BackendAuthResponse extends JsonableBaseObject
Represents the response from the first step in an OAuth2 three-legged workflow.
  • Method Details

    • getAuthReqId

      public String getAuthReqId()
      ID of the authentication request.
      Returns:
      The authentication request ID.
    • getExpiresIn

      Number of seconds until the authentication code expires.
      Returns:
      The auth code expiration time in seconds.
    • getInterval

      public Integer getInterval()
      Number of seconds until the next request should be made.
      Returns:
      The request interval, or null if unknown / not applicable.