mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
30 lines
693 B
Markdown
30 lines
693 B
Markdown
|
---
|
||
|
title: "emailVerificationGoogle"
|
||
|
description: "Google ID email verification token"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: emailVerificationGoogle
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Google ID email verification token
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|token|[string](/API_docs/types/string.html) | Yes|Token|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [EmailVerification](/API_docs/types/EmailVerification.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$emailVerificationGoogle = ['_' => 'emailVerificationGoogle', 'token' => 'string'];
|
||
|
```
|