Uses of Class
org.eclipse.microprofile.openapi.annotations.security.OAuthFlow
-
Packages that use OAuthFlow Package Description org.eclipse.microprofile.openapi.annotations.security A set of annotations to represent various security components of an OpenAPI app. -
-
Uses of OAuthFlow in org.eclipse.microprofile.openapi.annotations.security
Methods in org.eclipse.microprofile.openapi.annotations.security that return OAuthFlow Modifier and Type Method Description OAuthFlowauthorizationCode()Configuration for the OAuth Authorization Code flow.OAuthFlowclientCredentials()Configuration for the OAuth Client Credentials flow.OAuthFlowimplicit()Configuration for the OAuth Implicit flow.OAuthFlowpassword()Configuration for the OAuth Resource Owner Password flow.
-