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