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 when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

    Declaration

    Objective-C

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

    Swift

    var deviceLastModifiedDate: Date? { get set }