View source: R/cognitoidentity_operations.R
cognitoidentity_unlink_identity | R Documentation |
Unlinks a federated identity from an existing account. Unlinked logins will be considered new identities next time they are seen. Removing the last linked login will make this identity inaccessible.
See https://www.paws-r-sdk.com/docs/cognitoidentity_unlink_identity/ for full documentation.
cognitoidentity_unlink_identity(IdentityId, Logins, LoginsToRemove)
IdentityId |
[required] A unique identifier in the format REGION:GUID. |
Logins |
[required] A set of optional name-value pairs that map provider names to provider tokens. |
LoginsToRemove |
[required] Provider names to unlink from this identity. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.