Interface GetIdentityCenterAuthTokenResponse.Builder

  • Method Details

    • expirationTime

      GetIdentityCenterAuthTokenResponse.Builder expirationTime(Instant expirationTime)

      The date and time when the Identity Center authentication token expires.

      After this time, a new token must be requested for continued access.

      Parameters:
      expirationTime - The date and time when the Identity Center authentication token expires.

      After this time, a new token must be requested for continued access.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • token

      The Identity Center authentication token that can be used to access data in the specified workgroups.

      This token contains the Identity Center identity information and is encrypted for secure transmission.

      Parameters:
      token - The Identity Center authentication token that can be used to access data in the specified workgroups.

      This token contains the Identity Center identity information and is encrypted for secure transmission.

      Returns:
      Returns a reference to this object so that method calls can be chained together.