View Source PrimaAuth0Ex.TokenProvider.JwksKidsFetcher behaviour (prima_auth0_ex v0.5.0)

Behaviour to fetch key ids (aka kids) 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()}