View source: R/cognitoidentity_operations.R
cognitoidentity_unlink_developer_identity | R Documentation |
Unlinks a DeveloperUserIdentifier
from an existing identity. Unlinked developer users will be considered new identities next time they are seen. If, for a given Cognito identity, you remove all federated identities as well as the developer user identifier, the Cognito identity becomes inaccessible.
See https://www.paws-r-sdk.com/docs/cognitoidentity_unlink_developer_identity/ for full documentation.
cognitoidentity_unlink_developer_identity(
IdentityId,
IdentityPoolId,
DeveloperProviderName,
DeveloperUserIdentifier
)
IdentityId |
[required] A unique identifier in the format REGION:GUID. |
IdentityPoolId |
[required] An identity pool ID in the format REGION:GUID. |
DeveloperProviderName |
[required] The "domain" by which Cognito will refer to your users. |
DeveloperUserIdentifier |
[required] A unique ID used by your backend authentication process to identify a user. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.