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