View Source PrimaAuth0Ex.TokenProvider.TokenInfo (prima_auth0_ex v0.3.0)
Information related to a JWT, including the JWT itself and additional metadata
Link to this section Summary
Link to this section Types
Specs
t() :: %PrimaAuth0Ex.TokenProvider.TokenInfo{ expires_at: non_neg_integer(), issued_at: non_neg_integer(), jwt: String.t(), kid: String.t() | nil }