You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSO::Types::LogoutRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LogoutRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  access_token: "AccessTokenType", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.

Returns:

  • (String)

    The token issued by the CreateToken API call.