Package | Description |
---|---|
com.vmware.vcenter.tokenservice |
The
com.vmware.vcenter.tokenservice package provides Token interfaces. |
Modifier and Type | Class and Description |
---|---|
class |
InvalidGrant
The
InvalidGrant exception indicates that provided authorization grant
(e.g., authorization code, resource owner credentials) or refresh token is
invalid, expired, revoked, does not match the redirection URI used in the
authorization request, or was issued to another client. |
class |
InvalidRequest
The
InvalidRequest exception indicates that TokenExchangeTypes.ExchangeSpec is missing a
required parameter, includes an unsupported parameter value (other than TokenExchangeTypes.ExchangeSpec.getGrantType() ) |
class |
InvalidScope
The
InvalidScope exception indicates requested scope is invalid,
unknown, malformed, or exceeds the scope granted by the resource owner. |
Modifier and Type | Method and Description |
---|---|
static Error |
Error._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 Error |
Error._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Error |
Error.Builder.build() |