AWSCognitoIdentityMultifactorAuthenticationInput
Objective-C
@interface AWSCognitoIdentityMultifactorAuthenticationInput : NSObject
Swift
class AWSCognitoIdentityMultifactorAuthenticationInput : NSObject
When interactive auth requires a multifactor authentication code, this encapsulates the destination and delivery medium
-
Undocumented
Declaration
Objective-C
@property(nonatomic, readonly, nullable) NSString *destination
Swift
var destination: String? { get }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign, readonly) AWSCognitoIdentityProviderDeliveryMediumType deliveryMedium
Swift
var deliveryMedium: AWSCognitoIdentityProviderDeliveryMediumType { get }