PrimaAuth0Ex. TokenProvider. JwksKidsFetcher behaviour
(prima_auth0_ex v0.11.0)
View Source
Behaviour to fetch key ids (aka kids) from a JWKS server
Summary
Callbacks
@callback fetch_kids(PrimaAuth0Ex.Auth0Credentials.t()) :: {:ok, [String.t()]} | {:error, any()}