AWSCognitoIdentityProviderCodeDeliveryDetailsType

Objective-C

@interface AWSCognitoIdentityProviderCodeDeliveryDetailsType

Swift

class AWSCognitoIdentityProviderCodeDeliveryDetailsType

The delivery details for an email or SMS message that Amazon Cognito sent for authentication or verification.

  • The name of the attribute that Amazon Cognito verifies with the code.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable attributeName;

    Swift

    var attributeName: String? { get set }
  • The method that Amazon Cognito used to send the code.

    Declaration

    Objective-C

    @property (nonatomic) AWSCognitoIdentityProviderDeliveryMediumType deliveryMedium;

    Swift

    var deliveryMedium: AWSCognitoIdentityProviderDeliveryMediumType { get set }
  • The email address or phone number destination where Amazon Cognito sent the code.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable destination;

    Swift

    var destination: String? { get set }