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 *destinationSwift
var destination: String? { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign, readonly) AWSCognitoIdentityProviderDeliveryMediumType deliveryMediumSwift
var deliveryMedium: AWSCognitoIdentityProviderDeliveryMediumType { get }
View on GitHub
Install in Dash
AWSCognitoIdentityMultifactorAuthenticationInput Class Reference