Get Id
| cognitoidentity_get_id | R Documentation | 
Generates (or retrieves) IdentityID¶
Description¶
Generates (or retrieves) IdentityID. Supplying multiple logins will create an implicit linked account.
This is a public API. You do not need any credentials to call this API.
Usage¶
cognitoidentity_get_id(AccountId, IdentityPoolId, Logins)
Arguments¶
| AccountId | A standard Amazon Web Services account ID (9+ digits). | 
| IdentityPoolId | [required] An identity pool ID in the format REGION:GUID. | 
| Logins | A set of optional name-value pairs that map provider names to
provider tokens. The available provider names for  
 | 
Value¶
A list with the following syntax:
list(
  IdentityId = "string"
)
Request syntax¶
svc$get_id(
  AccountId = "string",
  IdentityPoolId = "string",
  Logins = list(
    "string"
  )
)