VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::tokenservice::InvalidGrant Class Reference

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.

List of all members.

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]

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

override T vmware::vcenter::tokenservice::InvalidGrant::_ConvertTo< T > ( ) [inline]
override vmware.vapi.data.StructValue vmware::vcenter::tokenservice::InvalidGrant::_GetDataValue ( ) [inline]
override vmware.vapi.bindings.type.StructType vmware::vcenter::tokenservice::InvalidGrant::_GetType ( ) [inline, virtual]
override bool vmware::vcenter::tokenservice::InvalidGrant::_HasTypeNameOf< T > ( ) [inline]
override void vmware::vcenter::tokenservice::InvalidGrant::_Validate ( ) [inline, virtual]
override bool vmware::vcenter::tokenservice::InvalidGrant::Equals ( object  obj) [inline]
override int vmware::vcenter::tokenservice::InvalidGrant::GetHashCode ( ) [inline]

Property Documentation

override string vmware::vcenter::tokenservice::InvalidGrant::Message [get]

The documentation for this class was generated from the following file: