Uses of Interface
io.vertx.openapi.contract.OAuthFlow
-
Packages that use OAuthFlow Package Description io.vertx.openapi.contract io.vertx.reactivex.openapi.contract io.vertx.rxjava3.openapi.contract -
-
Uses of OAuthFlow in io.vertx.openapi.contract
Methods in io.vertx.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 flow -
Uses of OAuthFlow in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return OAuthFlow Modifier and Type Method Description OAuthFlow
OAuthFlow. getDelegate()
Methods in io.vertx.reactivex.openapi.contract with parameters of type OAuthFlow Modifier and Type Method Description static OAuthFlow
OAuthFlow. newInstance(OAuthFlow arg)
Constructors in io.vertx.reactivex.openapi.contract with parameters of type OAuthFlow Constructor Description OAuthFlow(OAuthFlow delegate)
-
Uses of OAuthFlow in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return OAuthFlow Modifier and Type Method Description OAuthFlow
OAuthFlow. getDelegate()
Methods in io.vertx.rxjava3.openapi.contract with parameters of type OAuthFlow Modifier and Type Method Description static OAuthFlow
OAuthFlow. newInstance(OAuthFlow arg)
Constructors in io.vertx.rxjava3.openapi.contract with parameters of type OAuthFlow Constructor Description OAuthFlow(OAuthFlow delegate)
-