YipyipExAuth v0.2.0-alpha.1 YipyipExAuth.Models.Tokens View Source

Tokens to be communicated to the client.

Link to this section Summary

Link to this section Types

Link to this type

t()

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