AWSCognitoIdentityProviderGetUserRequest

Objective-C

@interface AWSCognitoIdentityProviderGetUserRequest

Swift

class AWSCognitoIdentityProviderGetUserRequest

Represents the request to get information about the user.

Required parameters: [AccessToken]

  • A non-expired access token for the user whose information you want to query.

    Declaration

    Objective-C

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

    Swift

    var accessToken: String? { get set }