Package | Description |
---|---|
com.vmware.oauth2.errors |
The
com.vmware.oauth2.errors package provides the OAuth 2.0 exceptions
that can be included in the list of exceptions in the specification of OAuth 2.0
methods to indicate that the method might report those exceptions. |
Modifier and Type | Method and Description |
---|---|
InvalidGrant.Builder |
InvalidGrant.Builder.setErrorDescription(java.lang.String errorDescription)
Human-readable ASCII text providing additional information, used to assist the
client developer in understanding the error that occurred.
|
InvalidGrant.Builder |
InvalidGrant.Builder.setErrorUri(java.net.URI errorUri)
A URI identifying a human-readable web page with information about the error,
used to provide the client developer with additional information about the
error.
|