| backend/0 | Gets the backend for validating passwords, storing tokens, etc. |
| expiry_time/0 | Gets the default expiry time for access tokens. |
| expiry_time/1 | Gets a specific expiry time for access tokens if available returns the default if non found. |
| token_generation/0 | Gets the backend for generating tokens. |
backend() -> atom()
Gets the backend for validating passwords, storing tokens, etc.
expiry_time() -> non_neg_integer()
Gets the default expiry time for access tokens.
expiry_time(Flow::atom()) -> non_neg_integer()
Gets a specific expiry time for access tokens if available returns the default if non found
token_generation() -> atom()
Gets the backend for generating tokens.
Generated by EDoc