Show / Hide Table of Contents

Class ProjectsResource.KeysResource.RetrieveLegacySecretKeyRequest

Returns the secret key related to the specified public key. You must use the legacy secret key only in a 3rd party integration with legacy reCAPTCHA.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>
ProjectsResource.KeysResource.RetrieveLegacySecretKeyRequest
Implements
IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>
IClientServiceRequest
Inherited Members
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.Xgafv
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.AccessToken
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.Alt
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.Callback
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.Fields
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.OauthToken
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.PrettyPrint
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.QuotaUser
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.UploadType
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.Execute()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.GetBody()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.ETagAction
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecaptchaEnterprise.v1
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class ProjectsResource.KeysResource.RetrieveLegacySecretKeyRequest : RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>, IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>, IClientServiceRequest

Constructors

RetrieveLegacySecretKeyRequest(IClientService, string)

Constructs a new RetrieveLegacySecretKey request.

Declaration
public RetrieveLegacySecretKeyRequest(IClientService service, string key)
Parameters
Type Name Description
IClientService service
string key

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.HttpMethod

Key

Required. The public key name linked to the requested secret key in the format "projects/{project}/keys/{key}".

Declaration
[RequestParameter("key", RequestParameterType.Path)]
public virtual string Key { get; }
Property Value
Type Description
string

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.RestPath

Methods

InitParameters()

Initializes RetrieveLegacySecretKey parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.RecaptchaEnterprise.v1.RecaptchaEnterpriseBaseServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX