Class CreateTokenResponse

    • Method Detail

      • accessToken

        public final String accessToken()

        A bearer token to access Amazon Web Services accounts and applications assigned to a user.

        Returns:
        A bearer token to access Amazon Web Services accounts and applications assigned to a user.
      • tokenType

        public final String tokenType()

        Used to notify the client that the returned token is an access token. The supported token type is Bearer.

        Returns:
        Used to notify the client that the returned token is an access token. The supported token type is Bearer.
      • expiresIn

        public final Integer expiresIn()

        Indicates the time in seconds when an access token will expire.

        Returns:
        Indicates the time in seconds when an access token will expire.
      • refreshToken

        public final String refreshToken()

        A token that, if present, can be used to refresh a previously issued access token that might have expired.

        For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.

        Returns:
        A token that, if present, can be used to refresh a previously issued access token that might have expired.

        For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.

      • idToken

        public final String idToken()

        The idToken is not implemented or supported. For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.

        A JSON Web Token (JWT) that identifies who is associated with the issued access token.

        Returns:
        The idToken is not implemented or supported. For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.

        A JSON Web Token (JWT) that identifies who is associated with the issued access token.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object