|
|
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
| C# |
|
|---|---|
public class GoogleLoginData
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class GoogleLoginData
|
|
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
ToString |
Returns a string representing the login data.
(Overrides Object..::ToString()()()().) |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
|
|
CaptchaToken |
Contains the token that belongs to the captcha.
|
|
|
CaptchaUrl |
Contains the url of the captcha image.
|
|
|
Gets the email address that was used to login.
|
|
|
|
Error |
Contains an error message if an error occurred.
|
|
|
Service |
Gets the Google service for which the token is applicable.
|
|
|
Token |
Contains the token returned by Google or null if an error occurred.
|
|
|
Url |
Contains an url used for logging in when a captcha is required.
|
See Also
Smartsite.Seo.Google Namespace