ArchAstro. SDK. Auth. TokenSet
(archastro v0.3.3)
Copy Markdown
Rotating bearer credentials returned by login and refresh operations.
Summary
Types
@type input() :: ArchAstro.SDK.JSON.object() | %{optional(atom()) => ArchAstro.SDK.JSON.t()} | struct()
@type t() :: %ArchAstro.SDK.Auth.TokenSet{ access_token: String.t(), expires_at: DateTime.t() | integer() | nil, expires_in: non_neg_integer() | nil, refresh_token: String.t() | nil, user: ArchAstro.SDK.Types.User.t() | nil }