Home > @activeviam/activeui-sdk > KeycloakAuthenticationHolderParameters
KeycloakAuthenticationHolderParameters interface
Uses Keycloak for REST and cookies for WebSocket.
Signature:
export interface KeycloakAuthenticationHolderParameters
Properties
Property | Type | Description |
---|---|---|
options | KeycloakAuthenticationHolderOptions | |
type | 'Jwt' | 'Bearer' | Will be used as a prefix before the token in the Authorization header. Defaults to Jwt . |