Skip to content

KeycloakGuardOptions

Defined in: types/guard.type.ts:9

Options for KeycloakGuard

Since

1.0.0

Author

Simon Kovtyk

Properties

PropertyTypeDescriptionDefined in
reverse?booleanReverse 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 Kovtyktypes/guard.type.ts:31
route?stringRoute, to fallback to Since 1.0.0 Author Simon Kovtyktypes/guard.type.ts:23
token?KeycloakTokensToken, to check against Since 1.0.0 Author Simon Kovtyktypes/guard.type.ts:16