Uses of Class
com.github.chhorz.openapi.common.domain.OAuthFlow
Packages that use OAuthFlow
-
Uses of OAuthFlow in com.github.chhorz.openapi.common.domain
Methods in com.github.chhorz.openapi.common.domain that return OAuthFlowModifier and TypeMethodDescriptionOAuthFlows.getAuthorizationCode()OAuthFlows.getClientCredentials()OAuthFlows.getImplicit()OAuthFlows.getPassword()Methods in com.github.chhorz.openapi.common.domain with parameters of type OAuthFlowModifier and TypeMethodDescriptionvoidOAuthFlows.setAuthorizationCode(OAuthFlow authorizationCode) voidOAuthFlows.setClientCredentials(OAuthFlow clientCredentials) voidOAuthFlows.setImplicit(OAuthFlow implicit) voidOAuthFlows.setPassword(OAuthFlow password)