Uses of Class
com.github.chhorz.openapi.common.domain.OAuthFlow
-
Uses of OAuthFlow in com.github.chhorz.openapi.common.domain
Modifier and TypeMethodDescriptionOAuthFlows.getAuthorizationCode()
OAuthFlows.getClientCredentials()
OAuthFlows.getImplicit()
OAuthFlows.getPassword()
Modifier and TypeMethodDescriptionvoid
OAuthFlows.setAuthorizationCode
(OAuthFlow authorizationCode) void
OAuthFlows.setClientCredentials
(OAuthFlow clientCredentials) void
OAuthFlows.setImplicit
(OAuthFlow implicit) void
OAuthFlows.setPassword
(OAuthFlow password)