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