AuthServerPluginRegistryOpenApi<TContext> extension
Generates an OpenAPI 3.1 document for this composed plugin registry.
- on
-
- AuthServerPluginRegistry<
TContext>
- AuthServerPluginRegistry<
Methods
-
toOpenApi31(
{required OpenApiInfo info, AuthPluginOpenApiConfig config = const AuthPluginOpenApiConfig(), List< OpenApiServer> servers = const <OpenApiServer>[]}) → OpenApiSpec -
Available on AuthServerPluginRegistry<
Converts this frozen registry to an OpenAPI 3.1 document.TContext> , provided by the AuthServerPluginRegistryOpenApi extension