class Aws::Signin::Types::IntrospectOAuth2TokenWithIAMRequest
@see docs.aws.amazon.com/goto/WebAPI/signin-2023-01-01/IntrospectOAuth2TokenWithIAMRequest AWS API Documentation
@return [String]
access_token, refresh_token.
still falls back to the other token type on miss. Allowed values:
introspection. The server uses this hint to optimize lookup, but
Optional hint about the type of the token submitted for
@!attribute [rw] token_type_hint
@return [String]
access_token or a refresh_token issued by AWS Sign-In.
The string value of the token to introspect. May be either an
@!attribute [rw] token
an optional hint about the token’s type.
RFC 7662 §2.1 introspection request. Contains the token to inspect and
Input structure for IntrospectOAuth2TokenWithIAM operation