AWSCognitoIdentityProviderGetUICustomizationRequest

Objective-C

@interface AWSCognitoIdentityProviderGetUICustomizationRequest

Swift

class AWSCognitoIdentityProviderGetUICustomizationRequest
  • The client ID for the client app.

    Declaration

    Objective-C

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

    Swift

    var clientId: String? { get set }
  • The user pool ID for the user pool.

    Declaration

    Objective-C

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

    Swift

    var userPoolId: String? { get set }