Learn R Programming

paws.security.identity (version 0.1.6)

cognitoidentityprovider_global_sign_out: Signs out users from all devices

Description

Signs out users from all devices. It also invalidates all refresh tokens issued to a user. The user\'s current access and Id tokens remain valid until their expiry. Access and Id tokens expire one hour after they are issued.

Usage

cognitoidentityprovider_global_sign_out(AccessToken)

Arguments

AccessToken

[required] The access token.

Request syntax

svc$global_sign_out(
  AccessToken = "string"
)