AWSCognitoIdentityProviderDescribeUserPoolClientRequest

Objective-C

@interface AWSCognitoIdentityProviderDescribeUserPoolClientRequest

Swift

class AWSCognitoIdentityProviderDescribeUserPoolClientRequest

Represents the request to describe 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 you want to describe.

    Declaration

    Objective-C

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

    Swift

    var userPoolId: String? { get set }