Class GooglePlusSocialUserInfo
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Web.Social
Assembly: NFX.Web.dll
Syntax
[Serializable]
public class GooglePlusSocialUserInfo : SocialUserInfo
Constructors
GooglePlusSocialUserInfo(GooglePlus)
Declaration
public GooglePlusSocialUserInfo(GooglePlus issuer)
Parameters
Type | Name | Description |
---|---|---|
GooglePlus | issuer |
Properties
AccessToken
Token to perform googl+ operations like post
Declaration
public string AccessToken { get; }
Property Value
Type | Description |
---|---|
System.String |
DebugInfo
Declaration
public override string DebugInfo { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
DisplayName
Declaration
public override string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
LongTermProviderToken
Declaration
public override string LongTermProviderToken { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
UserName
Google+ user name field
Declaration
public string UserName { get; }
Property Value
Type | Description |
---|---|
System.String |