Class AuthenticationMetaDataResponseV1.OAuth2Values
java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.v1.responses.AuthenticationMetaDataResponseV1.OAuth2Values
- All Implemented Interfaces:
AuthenticationMetaDataResponseV1.Values
- Enclosing class:
AuthenticationMetaDataResponseV1
public static final class AuthenticationMetaDataResponseV1.OAuth2Values
extends Object
implements AuthenticationMetaDataResponseV1.Values
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for baseUrlGetter for clientIdGetter for scopesvoidsetBaseUrl(String baseUrl) Setter for baseUrlvoidsetClientId(String clientId) Setter for clientIdvoidSetter for scopeswithBaseUrl(String baseUrl) Fluent setter for baseUrlwithClientId(String clientId) Fluent setter for clientIdwithScopes(String scopes) Fluent setter for scopes
-
Constructor Details
-
OAuth2Values
public OAuth2Values()
-
-
Method Details
-
getClientId
Getter for clientId -
setClientId
Setter for clientId -
withClientId
Fluent setter for clientId -
getBaseUrl
Getter for baseUrl -
setBaseUrl
Setter for baseUrl -
withBaseUrl
Fluent setter for baseUrl -
getScopes
Getter for scopes -
setScopes
Setter for scopes -
withScopes
Fluent setter for scopes
-