Types
- ClientAuthConfig CredentialsConfig | BearerTokenConfig | JwtIssuerConfig | OAuth2GrantConfig
Defines the authentication configurations for the WebSocket client.
- ListenerAuthConfig FileUserStoreConfigWithScopes | LdapUserStoreConfigWithScopes | JwtValidatorConfigWithScopes | OAuth2IntrospectionConfigWithScopes
Defines the authentication configurations for the WebSocket listener.
- OAuth2GrantConfig OAuth2ClientCredentialsGrantConfig | OAuth2PasswordGrantConfig | OAuth2RefreshTokenGrantConfig | OAuth2JwtBearerGrantConfig
Represents OAuth2 grant configurations for OAuth2 authentication.