TokenResponse
Summary
Types
@type t() :: %PolarExpress.Schemas.TokenResponse{ access_token: String.t() | nil, expires_in: integer() | nil, id_token: String.t() | nil, refresh_token: String.t() | nil, scope: String.t() | nil, token_type: String.t() | nil }
access_tokenexpires_inid_token- Nullable.refresh_token- Nullable.scopetoken_type