Information about a verification endpoint that can be used for 2FA.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo
Methods |
public __construct( $data = NULL) Constructor.
|
public clearLastVerificationTime() |
public getEmailAddress() Email address for which to trigger a verification request. Generated from protobuf field string email_address = 1;
|
public getEndpoint()
|
public getLastVerificationTime() Output only. Timestamp of the last successful verification for the endpoint, if any. Generated from protobuf field .google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public getPhoneNumber() Phone number for which to trigger a verification request. Should be given in E.164 format. Generated from protobuf field string phone_number = 2;
|
public getRequestToken() Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes. Generated from protobuf field string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public hasEmailAddress() |
public hasLastVerificationTime() |
public hasPhoneNumber() |
public setEmailAddress( $var) Email address for which to trigger a verification request. Generated from protobuf field string email_address = 1;
|
public setLastVerificationTime( $var) Output only. Timestamp of the last successful verification for the endpoint, if any. Generated from protobuf field .google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public setPhoneNumber( $var) Phone number for which to trigger a verification request. Should be given in E.164 format. Generated from protobuf field string phone_number = 2;
|
public setRequestToken( $var) Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes. Generated from protobuf field string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
Properties |
protected $endpoint = NULL |
protected $last_verification_time = NULL Output only. Timestamp of the last successful verification for the endpoint, if any. Generated from protobuf field .google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
protected $request_token = '' Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes. Generated from protobuf field string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
Methods |