Contains fields that are required to perform Apple-specific integrity checks.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.AppleDeveloperId
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getKeyId() Required. The Apple developer key ID (10-character string). Generated from protobuf field string key_id = 2 [(.google.api.field_behavior) = REQUIRED];
|
| public 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. Generated from protobuf field string private_key = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
|
| public getTeamId() Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application. Generated from protobuf field string team_id = 3 [(.google.api.field_behavior) = REQUIRED];
|
| public setKeyId( $var) Required. The Apple developer key ID (10-character string). Generated from protobuf field string key_id = 2 [(.google.api.field_behavior) = REQUIRED];
|
| public setPrivateKey( $var) 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. Generated from protobuf field string private_key = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
|
| public setTeamId( $var) Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application. Generated from protobuf field string team_id = 3 [(.google.api.field_behavior) = REQUIRED];
|
| Properties |
| protected $key_id = '' Required. The Apple developer key ID (10-character string). Generated from protobuf field string key_id = 2 [(.google.api.field_behavior) = REQUIRED]; |
| protected $private_key = '' 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. Generated from protobuf field string private_key = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY]; |
| protected $team_id = '' Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application. Generated from protobuf field string team_id = 3 [(.google.api.field_behavior) = REQUIRED]; |
| Methods |