Interface GetAuthorizationTokenResponse.Builder

    • Method Detail

      • authorizationToken

        GetAuthorizationTokenResponse.Builder authorizationToken​(String authorizationToken)

        The returned authentication token.

        Parameters:
        authorizationToken - The returned authentication token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiration

        GetAuthorizationTokenResponse.Builder expiration​(Instant expiration)

        A timestamp that specifies the date and time the authorization token expires.

        Parameters:
        expiration - A timestamp that specifies the date and time the authorization token expires.
        Returns:
        Returns a reference to this object so that method calls can be chained together.