- withAudience(String) - Method in class com.auth0.AuthorizeUrl
-
Sets the audience value.
- withAuthenticationMaxAge(Integer) - Method in class com.auth0.AuthenticationController.Builder
-
Sets the allowable elapsed time in seconds since the last time user was authenticated.
- withClockSkew(Integer) - Method in class com.auth0.AuthenticationController.Builder
-
Sets the clock-skew or leeway value to use in the ID Token verification.
- withConnection(String) - Method in class com.auth0.AuthorizeUrl
-
Sets the connection value.
- withHttpOptions(HttpOptions) - Method in class com.auth0.AuthenticationController.Builder
-
Customize certain aspects of the underlying HTTP client networking library, such as timeouts and proxy configuration.
- withInvitation(String) - Method in class com.auth0.AuthenticationController.Builder
-
Sets the invitation query string parameter to join an organization.
- withInvitation(String) - Method in class com.auth0.AuthorizeUrl
-
Sets the invitation query string parameter to join an organization.
- withJwkProvider(JwkProvider) - Method in class com.auth0.AuthenticationController.Builder
-
Sets the Jwk Provider that will return the Public Key required to verify the token in case of Implicit Grant flows.
- withLegacySameSiteCookie(boolean) - Method in class com.auth0.AuthenticationController.Builder
-
Sets whether fallback cookies will be set for clients that do not support SameSite=None cookie attribute.
- withNonce(String) - Method in class com.auth0.AuthorizeUrl
-
Sets the nonce value.
- withOrganization(String) - Method in class com.auth0.AuthenticationController.Builder
-
Sets the organization query string parameter value used to login to an organization.
- withOrganization(String) - Method in class com.auth0.AuthorizeUrl
-
Sets the organization query string parameter value used to login to an organization.
- withParameter(String, String) - Method in class com.auth0.AuthorizeUrl
-
Sets an additional parameter.
- withResponseType(String) - Method in class com.auth0.AuthenticationController.Builder
-
Change the response type to request in the Authorization step.
- withScope(String) - Method in class com.auth0.AuthorizeUrl
-
Sets the scope value.
- withSecureCookie(boolean) - Method in class com.auth0.AuthorizeUrl
-
Sets whether cookies used during the authentication flow have the Secure attribute set or not.
- withState(String) - Method in class com.auth0.AuthorizeUrl
-
Sets the state value.