AWSCognitoIdentityProviderUICustomizationType
Objective-C
@interface AWSCognitoIdentityProviderUICustomizationType
Swift
class AWSCognitoIdentityProviderUICustomizationType
A container for the UI customization information for a user pool’s built-in app UI.
-
The CSS values in the UI customization.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable CSS;
Swift
var css: String? { get set }
-
The CSS version number.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable CSSVersion;
Swift
var cssVersion: 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 date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;
Swift
var creationDate: Date? { get set }
-
The logo image for the UI customization.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable imageUrl;
Swift
var imageUrl: String? { get set }
-
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;
Swift
var lastModifiedDate: Date? { 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 }