AWSCognitoIdentityProviderConfirmDeviceResponse
Objective-C
@interface AWSCognitoIdentityProviderConfirmDeviceResponse
Swift
class AWSCognitoIdentityProviderConfirmDeviceResponse
Confirms the device response.
-
Indicates whether the user confirmation must confirm the device response.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable userConfirmationNecessary;
Swift
var userConfirmationNecessary: NSNumber? { get set }