KeycloakGuardOptions
Defined in: types/guard.type.ts:9
Options for KeycloakGuard
Since
1.0.0
Author
Simon Kovtyk
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
reverse? | boolean | Reverse the guard logic Remarks If set to true, the guard will allow access if the user is NOT authenticated Since 1.0.0 Author Simon Kovtyk | types/guard.type.ts:31 |
route? | string | Route, to fallback to Since 1.0.0 Author Simon Kovtyk | types/guard.type.ts:23 |
token? | KeycloakTokens | Token, to check against Since 1.0.0 Author Simon Kovtyk | types/guard.type.ts:16 |