AWSCognitoIdentityProviderGetDeviceRequest

Objective-C

@interface AWSCognitoIdentityProviderGetDeviceRequest

Swift

class AWSCognitoIdentityProviderGetDeviceRequest

Represents the request to get the device.

Required parameters: [DeviceKey]

  • A valid access token that Amazon Cognito issued to the user whose device information you want to request.

    Declaration

    Objective-C

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

    Swift

    var accessToken: String? { get set }
  • The device key.

    Declaration

    Objective-C

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

    Swift

    var deviceKey: String? { get set }