AWSCognitoIdentityProviderSetUICustomizationRequest
Objective-C
@interface AWSCognitoIdentityProviderSetUICustomizationRequest
Swift
class AWSCognitoIdentityProviderSetUICustomizationRequest
-
The CSS values in the UI customization.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable CSS;
Swift
var css: String? { get set }
-
The client ID for the client app.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientId;
Swift
var clientId: String? { get set }
-
The uploaded logo image for the UI customization.
Declaration
Objective-C
@property (nonatomic, strong) NSData *_Nullable imageFile;
Swift
var imageFile: Data? { 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 }