YipyipExAuth v0.1.0-alpha.1 YipyipExAuth.Plugs.ProcessRefreshToken View Source
Process refresh tokens.
The token signature source (bearer or cookie) must match
the token_signature_transport
specified in the token payload.
A refresh token can only be used to refresh a session once. A single refresh token id is stored in the
server-side session by create/2
to enforce this.