YipyipExAuth.Models.Tokens (YipyipExAuth v0.3.1) View Source

Tokens to be communicated to the client.

Link to this section Summary

Link to this section Types

Specs

t() :: %YipyipExAuth.Models.Tokens{
  access_token: String.t(),
  access_token_exp: integer(),
  refresh_token: String.t(),
  refresh_token_exp: integer()
}