Search
Credentials to access Auth0
@type t() :: %PrimaAuth0Ex.Auth0Credentials{ base_url: String.t(), client: atom(), client_id: String.t(), client_secret: String.t() }
@spec from_env(atom()) :: t()