VMware vSphere Automation SDK for .NET 7.0.0.1
|
The InvalidGrant
error 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.
More...
Inherits vmware::vcenter::tokenservice::Error.
Classes | |
class | Builder |
Builder class for InvalidGrant. More... | |
Public Member Functions | |
InvalidGrant (global::System.Collections.Generic.List< vmware.vapi.std.LocalizableMessage > messages, vmware.vapi.bindings.IStructure data) | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
InvalidGrant () | |
Creates a default new instance. | |
override vmware.vapi.bindings.type.StructType | _GetType () |
override vmware.vapi.data.StructValue | _GetDataValue () |
override void | _Validate () |
override bool | _HasTypeNameOf< T > () |
override T | _ConvertTo< T > () |
override bool | Equals (object obj) |
override int | GetHashCode () |
Properties | |
override string | Message [get] |
The InvalidGrant
error 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.
vmware::vcenter::tokenservice::InvalidGrant::InvalidGrant | ( | global::System.Collections.Generic.List< vmware.vapi.std.LocalizableMessage > | messages, |
vmware.vapi.bindings.IStructure | data | ||
) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
vmware::vcenter::tokenservice::InvalidGrant::InvalidGrant | ( | ) | [inline] |
Creates a default new instance.
override T vmware::vcenter::tokenservice::InvalidGrant::_ConvertTo< T > | ( | ) | [inline] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override vmware.vapi.data.StructValue vmware::vcenter::tokenservice::InvalidGrant::_GetDataValue | ( | ) | [inline] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override vmware.vapi.bindings.type.StructType vmware::vcenter::tokenservice::InvalidGrant::_GetType | ( | ) | [inline, virtual] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override bool vmware::vcenter::tokenservice::InvalidGrant::_HasTypeNameOf< T > | ( | ) | [inline] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override void vmware::vcenter::tokenservice::InvalidGrant::_Validate | ( | ) | [inline, virtual] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override bool vmware::vcenter::tokenservice::InvalidGrant::Equals | ( | object | obj | ) | [inline] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override int vmware::vcenter::tokenservice::InvalidGrant::GetHashCode | ( | ) | [inline] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override string vmware::vcenter::tokenservice::InvalidGrant::Message [get] |
Reimplemented from vmware::vcenter::tokenservice::Error.