Show / Hide Table of Contents

Class UserData

Inheritance
object
UserData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Authentication.OAuth
Assembly: DotNetNuke.dll
Syntax
[DataContract]
public class UserData

Constructors

UserData()

Declaration
public UserData()

Properties

DisplayName

Declaration
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

Email

Declaration
[DataMember(Name = "email")]
public virtual string Email { get; set; }
Property Value
Type Description
string

Emails

Declaration
[DataMember(Name = "emails")]
public EmailData Emails { get; set; }
Property Value
Type Description
EmailData

FirstName

Declaration
public virtual string FirstName { get; set; }
Property Value
Type Description
string

Gender

Declaration
[DataMember(Name = "gender")]
public string Gender { get; set; }
Property Value
Type Description
string

Id

Declaration
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Type Description
string

LastName

Declaration
public virtual string LastName { get; set; }
Property Value
Type Description
string

Locale

Declaration
[DataMember(Name = "locale")]
public virtual string Locale { get; set; }
Property Value
Type Description
string

Name

Declaration
[DataMember(Name = "name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PreferredEmail

Declaration
public string PreferredEmail { get; }
Property Value
Type Description
string

ProfileImage

Declaration
public virtual string ProfileImage { get; set; }
Property Value
Type Description
string

TimeZoneInfo

Declaration
[DataMember(Name = "time_zone")]
public string TimeZoneInfo { get; set; }
Property Value
Type Description
string

Timezone

Declaration
[DataMember(Name = "timezone")]
public string Timezone { get; set; }
Property Value
Type Description
string

UserName

Declaration
[DataMember(Name = "username")]
public virtual string UserName { get; set; }
Property Value
Type Description
string

Website

Declaration
[DataMember(Name = "website")]
public virtual string Website { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS