View Source PrimaAuth0Ex.Auth0Credentials (prima_auth0_ex v0.6.3)

Credentials to access Auth0

Summary

Types

@type t() :: %PrimaAuth0Ex.Auth0Credentials{
  base_url: String.t(),
  client: atom(),
  client_id: String.t(),
  client_secret: String.t()
}

Functions

Link to this function

from_env(name \\ :default_client)

View Source
@spec from_env(atom()) :: t()