You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentity::Types::GetOpenIdTokenResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned in response to a successful GetOpenIdToken request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#identity_idString

A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.

Returns:

  • (String)

    A unique identifier in the format REGION:GUID.

#tokenString

An OpenID token, valid for 10 minutes.

Returns:

  • (String)

    An OpenID token, valid for 10 minutes.