Pow Session Toolkit v0.1.2 PowSessionToolkit.Tokens View Source

Tokens to be communicated to the client.

Link to this section Summary

Functions

Creates a new %Elixir.PowSessionToolkit.Tokens{} from the values in a conn's private map.

Link to this section Types

Link to this type

t()

View Source
t() :: %PowSessionToolkit.Tokens{
  access_token: String.t(),
  access_token_exp: integer(),
  refresh_token: String.t(),
  refresh_token_exp: integer()
}

Link to this section Functions

Creates a new %Elixir.PowSessionToolkit.Tokens{} from the values in a conn's private map.