Class UserInfo
Inheritance
System.Object
UserInfo
Assembly: Authgear.Xamarin.dll
Syntax
public class UserInfo : object
Properties
|
Improve this Doc
View Source
address
Declaration
public UserInfoAddress address { get; set; }
Property Value
|
Improve this Doc
View Source
Birthdate
Declaration
public string? Birthdate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
CanReauthenticate
Declaration
public bool CanReauthenticate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CustomAttributes
Declaration
public Dictionary<string, object>? CustomAttributes { get; set; }
Property Value
Type |
Description |
System.Nullable<Dictionary<System.String, System.Object>> |
|
|
Improve this Doc
View Source
Email
Declaration
public string? Email { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
EmailVerified
Declaration
public bool? EmailVerified { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
FamilyName
Declaration
public string? FamilyName { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Gender
Declaration
public string? Gender { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
GivenName
Declaration
public string? GivenName { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
IsAnonymous
Declaration
public bool IsAnonymous { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsVerified
Declaration
public bool IsVerified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Locale
Declaration
public string? Locale { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
MiddleName
Declaration
public string? MiddleName { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Name
Declaration
public string? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Nickname
Declaration
public string? Nickname { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
PhoneNumber
Declaration
public string? PhoneNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
PhoneNumberVerified
Declaration
public bool? PhoneNumberVerified { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Picture
Declaration
public string? Picture { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
PreferredUsername
Declaration
public string? PreferredUsername { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Profile
Declaration
public string? Profile { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Sub
Declaration
public string Sub { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Website
Declaration
public string? Website { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Zoneinfo
Declaration
public string? Zoneinfo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|