Class V1Resource.IntrospectRequest
Gets information about a Google OAuth 2.0 access token issued by the Google Cloud Security Token Service API.
Inheritance
V1Resource.IntrospectRequest
Inherited Members
Namespace: Google.Apis.CloudSecurityToken.v1
Assembly: Google.Apis.CloudSecurityToken.v1.dll
Syntax
public class V1Resource.IntrospectRequest : CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1IntrospectTokenResponse>, IClientServiceRequest<GoogleIdentityStsV1IntrospectTokenResponse>, IClientServiceRequest
Constructors
IntrospectRequest(IClientService, GoogleIdentityStsV1IntrospectTokenRequest)
Constructs a new Introspect request.
Declaration
public IntrospectRequest(IClientService service, GoogleIdentityStsV1IntrospectTokenRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleIdentityStsV1IntrospectTokenRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSecurityToken.v1.Data.GoogleIdentityStsV1IntrospectTokenResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSecurityToken.v1.Data.GoogleIdentityStsV1IntrospectTokenResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSecurityToken.v1.Data.GoogleIdentityStsV1IntrospectTokenResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSecurityToken.v1.Data.GoogleIdentityStsV1IntrospectTokenResponse>.GetBody()
InitParameters()
Initializes Introspect parameter list.
Declaration
protected override void InitParameters()