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.
cognitoidentityprovider_admin_user_global_sign_out(UserPoolId, Username)
[required] The user pool ID.
[required] The user name.
svc$admin_user_global_sign_out( UserPoolId = "string", Username = "string" )
Calling this action requires developer credentials.