AWSCognitoIdentityProviderVerificationMessageTemplateType
Objective-C
@interface AWSCognitoIdentityProviderVerificationMessageTemplateType
Swift
class AWSCognitoIdentityProviderVerificationMessageTemplateType
The template for verification messages.
-
The default email option.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderDefaultEmailOptionType defaultEmailOption;
Swift
var defaultEmailOption: AWSCognitoIdentityProviderDefaultEmailOptionType { get set }
-
The email message template. EmailMessage is allowed only if EmailSendingAccount is DEVELOPER.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable emailMessage;
Swift
var emailMessage: String? { get set }
-
The email message template for sending a confirmation link to the user. EmailMessageByLink is allowed only if EmailSendingAccount is DEVELOPER.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable emailMessageByLink;
Swift
var emailMessageByLink: String? { get set }
-
The subject line for the email message template. EmailSubject is allowed only if EmailSendingAccount is DEVELOPER.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable emailSubject;
Swift
var emailSubject: String? { get set }
-
The subject line for the email message template for sending a confirmation link to the user. EmailSubjectByLink is allowed only EmailSendingAccount is DEVELOPER.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable emailSubjectByLink;
Swift
var emailSubjectByLink: String? { get set }
-
The SMS message template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable smsMessage;
Swift
var smsMessage: String? { get set }