class Aws::CognitoIdentityProvider::Types::RevokeTokenRequest

@note When making an API call, you may pass RevokeTokenRequest

data as a hash:

    {
      token: "TokenModelType", # required
      client_id: "ClientIdType", # required
      client_secret: "ClientSecretType",
    }

@!attribute [rw] token

The token that you want to revoke.
@return [String]

@!attribute [rw] client_id

The client ID for the token that you want to revoke.
@return [String]

@!attribute [rw] client_secret

The secret for the client ID. This is required only if the client ID
has a secret.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/RevokeTokenRequest AWS API Documentation

Constants

SENSITIVE