Class OAuthFlows
java.lang.Object
com.github.chhorz.openapi.common.domain.OAuthFlows
https://spec.openapis.org/oas/v3.1.0#oauth-flows-object
- Author:
- chhorz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAuthorizationCode
(OAuthFlow authorizationCode) void
setClientCredentials
(OAuthFlow clientCredentials) void
setImplicit
(OAuthFlow implicit) void
setPassword
(OAuthFlow password)
-
Constructor Details
-
OAuthFlows
public OAuthFlows()
-
-
Method Details
-
getImplicit
-
setImplicit
-
getPassword
-
setPassword
-
getClientCredentials
-
setClientCredentials
-
getAuthorizationCode
-
setAuthorizationCode
-