View Source Charon.Models.Tokens (Charon v3.1.1)

Tokens to be communicated to the client.

Link to this section Summary

Link to this section Types

@type t() :: %Charon.Models.Tokens{
  access_token: String.t() | nil,
  access_token_exp: integer(),
  refresh_token: String.t() | nil,
  refresh_token_exp: integer()
}