Learn R Programming

paws.security.identity (version 0.1.7)

cognitoidentityprovider_admin_user_global_sign_out: Signs out users from all devices, as an administrator

Description

Signs out users from all devices, as an administrator. 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_admin_user_global_sign_out(UserPoolId, Username)

Arguments

UserPoolId

[required] The user pool ID.

Username

[required] The user name.

Request syntax

svc$admin_user_global_sign_out(
  UserPoolId = "string",
  Username = "string"
)

Details

Calling this action requires developer credentials.