View Source PrimaAuth0Ex.Config (prima_auth0_ex v0.7.1)

Configuration wrapper

Summary

Functions

Link to this function

authorization_service(default)

View Source
Link to this function

cache(prop, default \\ nil)

View Source
Link to this function

clients(client_id, prop, default)

View Source
Link to this function

default_client(prop, default \\ nil)

View Source
Link to this function

jwks_kids_fetcher(default)

View Source
Link to this function

memory_cache(prop, default \\ nil)

View Source
Link to this function

redis(prop, default \\ nil)

View Source
Link to this function

refresh_strategy(default)

View Source
Link to this function

server(prop, default \\ nil)

View Source

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