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.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getKeyId
Required. The Apple developer key ID (10-character string).
Returns | |
---|---|
Type | Description |
string |
setKeyId
Required. The Apple developer key ID (10-character string).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTeamId
Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
Returns | |
---|---|
Type | Description |
string |
setTeamId
Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |