Class EndpointVerificationInfo (1.19.1)

EndpointVerificationInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about a verification endpoint that can be used for 2FA.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
email_address str
Email address for which to trigger a verification request. This field is a member of oneof_ endpoint.
phone_number str
Phone number for which to trigger a verification request. Should be given in E.164 format. This field is a member of oneof_ endpoint.
request_token str
Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
last_verification_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp of the last successful verification for the endpoint, if any.