cognitoidentityprovider_revoke_token: Revokes all of the access tokens generated by, and at the...

View source: R/cognitoidentityprovider_operations.R

cognitoidentityprovider_revoke_tokenR Documentation

Revokes all of the access tokens generated by, and at the same time as, the specified refresh token

Description

Revokes all of the access tokens generated by, and at the same time as, the specified refresh token. After a token is revoked, you can't use the revoked token to access Amazon Cognito user APIs, or to authorize access to your resource server.

See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_revoke_token/ for full documentation.

Usage

cognitoidentityprovider_revoke_token(Token, ClientId, ClientSecret = NULL)

Arguments

Token

[required] The refresh token that you want to revoke.

ClientId

[required] The client ID for the token that you want to revoke.

ClientSecret

The secret for the client ID. This is required only if the client ID has a secret.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.