ExFirebaseAuth.KeyStore.key_store_fail_strategy

You're seeing just the function key_store_fail_strategy, go back to ExFirebaseAuth.KeyStore module for more information.
Link to this function

key_store_fail_strategy()

Specs

key_store_fail_strategy() :: :stop | :warn | :silent

Returns the configured key_store_fail_strategy

Examples

iex> ExFirebaseAuth.Token.key_store_fail_strategy()
:stop