Uses of Class
com.kingsrook.qqq.openapi.model.OAuth2Flow
Packages that use OAuth2Flow
Package
Description
The POJOs in this package represent a model of an OpenAPI spec file.
-
Uses of OAuth2Flow in com.kingsrook.qqq.openapi.model
Methods in com.kingsrook.qqq.openapi.model that return OAuth2FlowModifier and TypeMethodDescriptionOAuth2Flow.withAuthorizationUrl
(String authorizationUrl) Fluent setter for authorizationUrlOAuth2Flow.withScopes
(Map<String, String> scopes) Fluent setter for scopesOAuth2Flow.withTokenUrl
(String tokenUrl) Fluent setter for tokenUrlMethods in com.kingsrook.qqq.openapi.model that return types with arguments of type OAuth2FlowMethod parameters in com.kingsrook.qqq.openapi.model with type arguments of type OAuth2FlowModifier and TypeMethodDescriptionvoid
OAuth2.setFlows
(Map<String, OAuth2Flow> flows) Setter for flowsOAuth2.withFlows
(Map<String, OAuth2Flow> flows) Fluent setter for flows