AWSCognitoIdentityProviderDeviceType

Objective-C

@interface AWSCognitoIdentityProviderDeviceType

Swift

class AWSCognitoIdentityProviderDeviceType

The device type.

  • The device attributes.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderAttributeType *> *_Nullable deviceAttributes;

    Swift

    var deviceAttributes: [AWSCognitoIdentityProviderAttributeType]? { get set }
  • The creation date of the device.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable deviceCreateDate;

    Swift

    var deviceCreateDate: Date? { get set }
  • The device key.

    Declaration

    Objective-C

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

    Swift

    var deviceKey: String? { get set }
  • The date when the device was last authenticated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable deviceLastAuthenticatedDate;

    Swift

    var deviceLastAuthenticatedDate: Date? { get set }
  • The date and time, in ISO 8601 format, when the item was modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable deviceLastModifiedDate;

    Swift

    var deviceLastModifiedDate: Date? { get set }