AWSCognitoIdentityProviderGlobalSignOutRequest

Objective-C

@interface AWSCognitoIdentityProviderGlobalSignOutRequest

Swift

class AWSCognitoIdentityProviderGlobalSignOutRequest

Represents the request to sign out all devices.

Required parameters: [AccessToken]

  • A valid access token that Amazon Cognito issued to the user who you want to sign out.

    Declaration

    Objective-C

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

    Swift

    var accessToken: String? { get set }