IntrospectTokenResponse
Summary
Types
@type t() :: %PolarExpress.Schemas.IntrospectTokenResponse{ active: term(), aud: term(), client_id: term(), exp: term(), iat: term(), iss: term(), scope: term(), sub: term(), sub_type: term(), token_type: term() }
activeaudclient_idexpiatissscopesubsub_typetoken_type- Possible values:access_token,refresh_token.