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 OAuthFlow
authorizationCode()
Configuration for the OAuth Authorization Code flow.OAuthFlow
clientCredentials()
Configuration for the OAuth Client Credentials flow.OAuthFlow
implicit()
Configuration for the OAuth Implicit flow.OAuthFlow
password()
Configuration for the OAuth Resource Owner Password flow.
-