Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class AppleDeveloperId.
Contains fields that are required to perform Apple-specific integrity checks.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.AppleDeveloperId
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ private_key
string
Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.
↳ key_id
string
Required. The Apple developer key ID (10-character string).
↳ team_id
string
Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
getPrivateKey
Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.
string
setPrivateKey
Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.
var
string
$this
getKeyId
Required. The Apple developer key ID (10-character string).
string
setKeyId
Required. The Apple developer key ID (10-character string).
var
string
$this
getTeamId
Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
string
setTeamId
Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
var
string
$this