Skip to main content

TCognitoIdentityProviderAdminUserGlobalSignOutRequest

Class in AWS.CognitoIdentityProvider

AdminUserGlobalSignOut request class.

Ancestors

Properties

Username

property Username: string

Specify the Username of the user.

UserPoolId

property UserPoolId: string

Specify the ID of the user pool.

Constructors

Create

constructor Create(const AUserPoolId, AUsername: string);

Constructor for TCognitoIdentityProviderAdminUserGlobalSignOutRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AUsernameSpecify the Username of the user.