AWSCognitoIdentityProviderGetDeviceRequest
Objective-C
@interface AWSCognitoIdentityProviderGetDeviceRequest
Swift
class AWSCognitoIdentityProviderGetDeviceRequest
Represents the request to get the device.
Required parameters: [DeviceKey]
-
The access token.
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 }