Learn R Programming

paws.security.identity (version 0.3.1)

cognitoidentityprovider_global_sign_out: Signs out users from all devices

Description

Signs out users from all devices. It also invalidates all refresh tokens that Amazon Cognito has issued to a user. A user can still use a hosted UI cookie to retrieve new tokens for the duration of the 1-hour cookie validity period.

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

Usage

cognitoidentityprovider_global_sign_out(AccessToken)

Arguments

AccessToken

[required] A valid access token that Amazon Cognito issued to the user who you want to sign out.