Uses of Interface
io.vertx.openapi.contract.OAuthFlow
Packages that use OAuthFlow
Package
Description
-
Uses of OAuthFlow in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return OAuthFlowModifier and TypeMethodDescriptionOAuthFlows.getAuthorizationCode()Configuration for the OAuth Authorization Code flow.OAuthFlows.getClientCredentials()Configuration for the OAuth Client Credentials flow.OAuthFlows.getImplicit()Configuration for the OAuth Implicit flow.OAuthFlows.getPassword()Configuration for the OAuth Resource Owner Password flow -
Uses of OAuthFlow in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return OAuthFlowMethods in io.vertx.reactivex.openapi.contract with parameters of type OAuthFlowConstructors in io.vertx.reactivex.openapi.contract with parameters of type OAuthFlow -
Uses of OAuthFlow in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return OAuthFlowMethods in io.vertx.rxjava3.openapi.contract with parameters of type OAuthFlowConstructors in io.vertx.rxjava3.openapi.contract with parameters of type OAuthFlow