Class GetNotificationChannelVerificationCodeResponse (2.9.1)

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

The GetNotificationChannelVerificationCode request.

Attributes

NameDescription
code str
The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).
expire_time google.protobuf.timestamp_pb2.Timestamp
The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.

Inheritance

builtins.object > proto.message.Message > GetNotificationChannelVerificationCodeResponse