Learn R Programming

paws.security.identity (version 0.1.11)

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.

Calling this action requires developer credentials.

Usage

cognitoidentityprovider_admin_user_global_sign_out(UserPoolId, Username)

Arguments

UserPoolId

[required] The user pool ID.

Username

[required] The user name.

Value

An empty list.

Request syntax

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