Uses of Class
io.vertx.rxjava3.openapi.contract.OAuthFlow
-
Packages that use OAuthFlow Package Description io.vertx.rxjava3.openapi.contract -
-
Uses of OAuthFlow in io.vertx.rxjava3.openapi.contract
Fields in io.vertx.rxjava3.openapi.contract with type parameters of type OAuthFlow Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<OAuthFlow>
OAuthFlow. __TYPE_ARG
Methods in io.vertx.rxjava3.openapi.contract that return OAuthFlow Modifier and Type Method Description OAuthFlow
OAuthFlows. getAuthorizationCode()
Configuration for the OAuth Authorization Code flow.OAuthFlow
OAuthFlows. getClientCredentials()
Configuration for the OAuth Client Credentials flow.OAuthFlow
OAuthFlows. getImplicit()
Configuration for the OAuth Implicit flow.OAuthFlow
OAuthFlows. getPassword()
Configuration for the OAuth Resource Owner Password flowstatic OAuthFlow
OAuthFlow. newInstance(OAuthFlow arg)
-