Inherits Function.
Returns information about an OAuth deep link. Use checkOauthRequestMatchCode, acceptOauthRequest or declineOauthRequest to process the link.
Returns object_ptr<OauthLinkInfo>.
|
|
string | url_ |
| | URL of the link.
|
| |
|
string | in_app_origin_ |
| | Origin of the OAuth request if the request was received from the in-app browser; pass an empty string otherwise.
|
| |
|
|
static const std::int32_t | ID = -1235634833 |
| | Identifier uniquely determining a type of the object.
|
| |
◆ getOauthLinkInfo() [1/2]
◆ getOauthLinkInfo() [2/2]
Creates a function, which returns information about an OAuth deep link. Use checkOauthRequestMatchCode, acceptOauthRequest or declineOauthRequest to process the link.
Returns object_ptr<OauthLinkInfo>.
- Parameters
-
| [in] | url_ | URL of the link. |
| [in] | in_app_origin_ | Origin of the OAuth request if the request was received from the in-app browser; pass an empty string otherwise. |
◆ store()
| void store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements TlObject.
The documentation for this class was generated from the following file: