Class ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.CheckRefreshTokenRequest
Deprecated: Checks the existence of a refresh token for the EUC user for a given connection and returns its details. Use AcquireAccessToken instead and then check the validity of the returned token by asking the 3rd party system. There's no way to know for sure if a refresh token is valid without asking the 3rd party system.
Inheritance
ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.CheckRefreshTokenRequest
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.CheckRefreshTokenRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse>, IClientServiceRequest
Constructors
CheckRefreshTokenRequest(IClientService, string)
Constructs a new CheckRefreshToken request.
Declaration
public CheckRefreshTokenRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. The resource name of the connector for which a token is queried.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes CheckRefreshToken parameter list.
Declaration
protected override void InitParameters()