PrimaAuth0Ex.TokenProvider.JwksKidsFetcher behaviour (prima_auth0_ex v0.9.3)

View Source

Behaviour to fetch key ids (aka kids) from a JWKS server

Summary

Callbacks

fetch_kids(t)

@callback fetch_kids(PrimaAuth0Ex.Auth0Credentials.t()) ::
  {:ok, [String.t()]} | {:error, any()}