Class KeycloakFormatBinder
- Namespace
- Keycloak.AuthServices.Common
- Assembly
- Keycloak.AuthServices.Common.dll
Allows to use Keycloak configuration in a original format (kebab-case)
public static class KeycloakFormatBinder
- Inheritance
-
KeycloakFormatBinder
- Inherited Members
Properties
Instance
Gets the default binder for handling kebab-case configuration format used by Keycloak.
public static Action<BinderOptions> Instance { get; }