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 |
---|---|
static UnauthorizedClient |
UnauthorizedClient._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static UnauthorizedClient |
UnauthorizedClient._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
UnauthorizedClient |
UnauthorizedClient.Builder.build() |