Uses of Class
org.eclipse.microprofile.openapi.annotations.security.OAuthFlows
-
Packages that use OAuthFlows Package Description org.eclipse.microprofile.openapi.annotations.security A set of annotations to represent various security components of an OpenAPI app. -
-
Uses of OAuthFlows in org.eclipse.microprofile.openapi.annotations.security
Methods in org.eclipse.microprofile.openapi.annotations.security that return OAuthFlows Modifier and Type Method Description OAuthFlows
flows()
Applies to and is REQUIRED for SecurityScheme of oauth2 type.
-