Inherits Update.
An OAuth authorization request was received.
Public Fields | |
| string | domain_ |
| A domain of the URL where the user authorizes. | |
| string | location_ |
| Human-readable description of a country and a region from which the authorization is performed, based on the IP address. | |
| string | url_ |
| The URL to pass to getOauthLinkInfo; the link is valid for 60 seconds. | |
Public Instance Methods | |
| updateNewOauthRequest () | |
| updateNewOauthRequest (string const &domain_, string const &location_, string const &url_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Static Public Attributes | |
| static const std::int32_t | ID = 248383005 |
| Identifier uniquely determining a type of the object. | |
An OAuth authorization request was received.
| updateNewOauthRequest | ( | string const & | domain_, |
| string const & | location_, | ||
| string const & | url_ | ||
| ) |
An OAuth authorization request was received.
| [in] | domain_ | A domain of the URL where the user authorizes. |
| [in] | location_ | Human-readable description of a country and a region from which the authorization is performed, based on the IP address. |
| [in] | url_ | The URL to pass to getOauthLinkInfo; the link is valid for 60 seconds. |
|
finalvirtual |