AWSCognitoIdentityProviderAdminUserGlobalSignOutRequest

Objective-C

@interface AWSCognitoIdentityProviderAdminUserGlobalSignOutRequest

Swift

class AWSCognitoIdentityProviderAdminUserGlobalSignOutRequest

The request to sign out of all devices, as an administrator.

Required parameters: [UserPoolId, Username]

  • The user pool ID.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable userPoolId;

    Swift

    var userPoolId: String? { get set }
  • The user name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable username;

    Swift

    var username: String? { get set }