Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class PhoneAuthenticationEvent.
Details on a phone authentication event
Generated from protobuf message google.cloud.recaptchaenterprise.v1.PhoneAuthenticationEvent
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ phone_number |
string
Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed. |
↳ event_time |
Google\Protobuf\Timestamp
Optional. The time at which the multi-factor authentication event (challenge or verification) occurred. |
getPhoneNumber
Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPhoneNumber
Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEventTime
Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasEventTime
clearEventTime
setEventTime
Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|