|
|
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 properties.
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