AWSCognitoIdentityProviderDeleteUserPoolClientRequest

Objective-C

@interface AWSCognitoIdentityProviderDeleteUserPoolClientRequest

Swift

class AWSCognitoIdentityProviderDeleteUserPoolClientRequest

Represents the request to delete a user pool client.

Required parameters: [UserPoolId, ClientId]

  • The app client ID of the app associated with the user pool.

    Declaration

    Objective-C

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

    Swift

    var clientId: String? { get set }
  • The user pool ID for the user pool where you want to delete the client.

    Declaration

    Objective-C

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

    Swift

    var userPoolId: String? { get set }