cognitoidentity_get_open_id_token: Gets an OpenID token, using a known Cognito ID

View source: R/cognitoidentity_operations.R

cognitoidentity_get_open_id_tokenR Documentation

Gets an OpenID token, using a known Cognito ID

Description

Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned by get_id. You can optionally add additional logins for the identity. Supplying multiple logins creates an implicit link.

See https://www.paws-r-sdk.com/docs/cognitoidentity_get_open_id_token/ for full documentation.

Usage

cognitoidentity_get_open_id_token(IdentityId, Logins = NULL)

Arguments

IdentityId

[required] A unique identifier in the format REGION:GUID.

Logins

A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com, an Amazon Cognito user pool provider, or any other OpenID Connect provider, always include the id_token.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.