Table of Contents

Class UserInfo

Namespace
Autodesk.Authentication.Helpers.Models
Assembly
Autodesk.Authentication.dll
public class UserInfo
Inheritance
UserInfo
Inherited Members

Properties

Email

The email property

public string? Email { get; set; }

Property Value

string

EmailVerified

The email_verified property

public bool? EmailVerified { get; set; }

Property Value

bool?

FamilyName

The family_name property

public string? FamilyName { get; set; }

Property Value

string

GivenName

The given_name property

public string? GivenName { get; set; }

Property Value

string

Locale

The locale property

public string? Locale { get; set; }

Property Value

string

Name

The name property

public string? Name { get; set; }

Property Value

string

Picture

The picture property

public string? Picture { get; set; }

Property Value

string

PreferredUsername

The preferred_username property

public string? PreferredUsername { get; set; }

Property Value

string

Profile

The profile property

public string? Profile { get; set; }

Property Value

string

Sub

The sub property

public string? Sub { get; set; }

Property Value

string

UpdatedAt

The updated_at property

public int? UpdatedAt { get; set; }

Property Value

int?