Class OAuth2
java.lang.Object
com.kingsrook.qqq.openapi.model.SecurityScheme
com.kingsrook.qqq.openapi.model.OAuth2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFlows()
Getter for flowsvoid
setFlows
(Map<String, OAuth2Flow> flows) Setter for flowswithFlows
(Map<String, OAuth2Flow> flows) Fluent setter for flowsMethods inherited from class com.kingsrook.qqq.openapi.model.SecurityScheme
getBearerFormat, getIn, getName, getScheme, getType, getTypeEnum, setBearerFormat, setIn, setName, setScheme, setType, withBearerFormat, withIn, withName, withScheme, withType
-
Constructor Details
-
OAuth2
public OAuth2()Constructor
-
-
Method Details
-
getFlows
Getter for flows -
setFlows
Setter for flows -
withFlows
Fluent setter for flows
-