View Source PrimaAuth0Ex.Config (prima_auth0_ex v0.8.0)

Configuration wrapper

Summary

Functions

authorization_service(default)

cache(prop, default \\ nil)

cache!(prop)

clients()

clients(client_id)

clients(client_id, prop, default)

clients!(client, prop)

default_client()

default_client(prop, default \\ nil)

default_client!(prop)

jwks_kids_fetcher(default)

memory_cache(prop, default \\ nil)

redis(prop, default \\ nil)

redis!(prop)

refresh_strategy(default)

server()

server(prop, default \\ nil)

server!(prop)

telemetry_reporter()

token_cache(default)

Module to use for caching tokens. Needs to implement the PrimaAuth0Ex.TokenCache behavior. Modules with the PrimaAuth0Ex.TokenCache prefix (EncryptedRedisTokenCache, NoopCache and MemoryCache) can be used without the prefix

token_service(default)