cognitoidentityprovider_delete_identity_provider {paws.security.identity} | R Documentation |
Deletes a user pool identity provider (IdP)
Description
Deletes a user pool identity provider (IdP). After you delete an IdP, users can no longer sign in to your user pool through that IdP. For more information about user pool IdPs, see Third-party IdP sign-in.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_delete_identity_provider/ for full documentation.
Usage
cognitoidentityprovider_delete_identity_provider(UserPoolId, ProviderName)
Arguments
UserPoolId |
[required] The ID of the user pool where you want to delete the identity provider. |
ProviderName |
[required] The name of the IdP that you want to delete. |
[Package paws.security.identity version 0.9.0 Index]