Tokens to be communicated to the client.
t() :: %YipyipExAuth.Models.Tokens{ access_token: String.t(), access_token_exp: integer(), refresh_token: String.t(), refresh_token_exp: integer() }