AWSCognitoIdentityGetCredentialsForIdentityResponse
Objective-C
@interface AWSCognitoIdentityGetCredentialsForIdentityResponse : AWSModel
Swift
class AWSCognitoIdentityGetCredentialsForIdentityResponse : AWSModel
Returned in response to a successful GetCredentialsForIdentity
operation.
-
Credentials for the provided identity ID.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityCredentials *_Nullable credentials;
Swift
var credentials: AWSCognitoIdentityCredentials? { get set }
-
A unique identifier in the format REGION:GUID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityId;
Swift
var identityId: String? { get set }