Class AuthenticationMetaDataResponseV1.Auth0Values
java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.v1.responses.AuthenticationMetaDataResponseV1.Auth0Values
- All Implemented Interfaces:
AuthenticationMetaDataResponseV1.Values
- Enclosing class:
AuthenticationMetaDataResponseV1
public static final class AuthenticationMetaDataResponseV1.Auth0Values
extends Object
implements AuthenticationMetaDataResponseV1.Values
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for audienceGetter for baseUrlGetter for clientIdvoid
setAudience
(String audience) Setter for audiencevoid
setBaseUrl
(String baseUrl) Setter for baseUrlvoid
setClientId
(String clientId) Setter for clientIdwithAudience
(String audience) Fluent setter for audiencewithBaseUrl
(String baseUrl) Fluent setter for baseUrlwithClientId
(String clientId) Fluent setter for clientId
-
Constructor Details
-
Auth0Values
public Auth0Values()
-
-
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 -
getAudience
Getter for audience -
setAudience
Setter for audience -
withAudience
Fluent setter for audience
-