Class OAuth2Flow
java.lang.Object
com.kingsrook.qqq.openapi.model.OAuth2Flow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for authorizationUrlGetter for scopesGetter for tokenUrlvoidsetAuthorizationUrl(String authorizationUrl) Setter for authorizationUrlvoidSetter for scopesvoidsetTokenUrl(String tokenUrl) Setter for tokenUrlwithAuthorizationUrl(String authorizationUrl) Fluent setter for authorizationUrlwithScopes(Map<String, String> scopes) Fluent setter for scopeswithTokenUrl(String tokenUrl) Fluent setter for tokenUrl
-
Constructor Details
-
OAuth2Flow
public OAuth2Flow()
-
-
Method Details
-
getAuthorizationUrl
Getter for authorizationUrl -
setAuthorizationUrl
Setter for authorizationUrl -
withAuthorizationUrl
Fluent setter for authorizationUrl -
getTokenUrl
Getter for tokenUrl -
setTokenUrl
Setter for tokenUrl -
withTokenUrl
Fluent setter for tokenUrl -
getScopes
-
setScopes
-
withScopes
Fluent setter for scopes
-