JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.github.chhorz.openapi.common.domain.OAuthFlows
Packages that use
OAuthFlows
Package
Description
com.github.chhorz.openapi.common.domain
Uses of
OAuthFlows
in
com.github.chhorz.openapi.common.domain
Methods in
com.github.chhorz.openapi.common.domain
that return
OAuthFlows
Modifier and Type
Method
Description
OAuthFlows
SecuritySchemeOAuth2.
getFlows
()
Constructors in
com.github.chhorz.openapi.common.domain
with parameters of type
OAuthFlows
Modifier
Constructor
Description
SecuritySchemeOAuth2
(
OAuthFlows
flows)