factory_allowed_auth_handlers
Customize which AuthHandlers are available.
Info
Useful to extend support for custom auth handlers. For more information see Custom Auth
đ Arguments
Name | Type | Description |
---|---|---|
allowed |
List[AuthHandlerConfig] |
List of AuthHandlerConfig classes, contains the custom auth handlers. |
cat |
StrayCat | Cheshire Cat instance, allows you to use the framework components. |
âŠī¸ Return
Type: List[AuthHandlerConfig]
The list of custom auth handlers.