WebTokenRequest
Summary
Types
@type t() :: %PolarExpress.Schemas.WebTokenRequest{ client_id: term(), client_secret: term(), grant_type: term(), scope: term(), session_token: term(), sub: term(), sub_type: term() }
client_idclient_secretgrant_typescope- Nullable.session_tokensub- Nullable.sub_type- Possible values:user,organization.