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# Copy imageCopy Code
                                  public class GoogleLoginData
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class GoogleLoginData

The type exposes the following properties.

Public Properties

  Name Description
Public property CaptchaToken
Contains the token that belongs to the captcha.
Public property CaptchaUrl
Contains the url of the captcha image.
Public property Email
Gets the email address that was used to login.
Public property Error
Contains an error message if an error occurred.
Public property Service
Gets the Google service for which the token is applicable.
Public property Token
Contains the token returned by Google or null if an error occurred.
Public property Url
Contains an url used for logging in when a captcha is required.

See Also

Advanced