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.
cognitoidentityprovider_admin_user_global_sign_out(UserPoolId, Username)
An empty list.
[required] The user pool ID.
[required] The user name.
svc$admin_user_global_sign_out(
UserPoolId = "string",
Username = "string"
)