View Source PrimaAuth0Ex.TokenProvider.AuthorizationService behaviour (prima_auth0_ex v0.4.1)

Behaviour to handle communications with an authorization service.

Link to this section Summary

Link to this section Callbacks

@callback retrieve_token(PrimaAuth0Ex.Auth0Credentials.t(), String.t()) ::
  {:ok, PrimaAuth0Ex.TokenProvider.TokenInfo.t()} | {:error, atom()}