AWSCognitoIdentityProviderDeleteUserPoolClientRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSCognitoIdentityProviderModel.h AWSCognitoIdentityProviderModel.m |
Overview
Represents the request to delete a user pool client.
Required parameters: [UserPoolId, ClientId]
clientId
The app client ID of the app associated with the user pool.
@property (nonatomic, strong) NSString *clientId
Declared In
AWSCognitoIdentityProviderModel.h
userPoolId
The user pool ID for the user pool where you want to delete the client.
@property (nonatomic, strong) NSString *userPoolId
Declared In
AWSCognitoIdentityProviderModel.h