AWSCognitoIdentityProviderResendConfirmationCodeResponse
Objective-C
@interface AWSCognitoIdentityProviderResendConfirmationCodeResponse
Swift
class AWSCognitoIdentityProviderResendConfirmationCodeResponse
The response from the server when Amazon Cognito makes the request to resend a confirmation code.
-
The code delivery details returned by the server in response to the request to resend the confirmation code.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderCodeDeliveryDetailsType *_Nullable codeDeliveryDetails;
Swift
var codeDeliveryDetails: AWSCognitoIdentityProviderCodeDeliveryDetailsType? { get set }