paws.security.identity (version 0.1.0)

cognitoidentity_get_open_id_token: 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 GetId. You can optionally add additional logins for the identity. Supplying multiple logins creates an implicit link.

Usage

cognitoidentity_get_open_id_token(IdentityId, Logins)

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.

Request syntax

svc$get_open_id_token(
  IdentityId = "string",
  Logins = list(
    "string"
  )
)

Details

The OpenId token is valid for 10 minutes.

This is a public API. You do not need any credentials to call this API.