• API Reference
Search Results for

    Show / Hide Table of Contents
    • Authgear.Xamarin
      • AnonymousUserNotFoundException
      • AuthenticateOptions
      • AuthenticatePage
      • AuthgearException
      • AuthgearOptions
      • AuthgearSdk
      • AuthorizeResult
      • BiometricAccessConstraintAndroid
      • BiometricAccessConstraintIos
      • BiometricLAPolicy
      • BiometricLockoutException
      • BiometricNoEnrollmentException
      • BiometricNoPasscodeException
      • BiometricNotSupportedOrPermissionDeniedException
      • BiometricOptions
      • BiometricOptionsAndroid
      • BiometricOptionsIos
      • BiometricPrivateKeyNotFoundException
      • ColorScheme
      • OauthException
      • PromoteOptions
      • PromptOption
      • ReauthenticateOptions
      • ServerException
      • SessionState
      • SessionStateChangeReason
      • SettingsOptions
      • SettingsPage
      • UnauthenticatedUserException
      • UserInfo
      • UserInfoAddress
    • Authgear.Xamarin.Data
      • ITokenStorage
      • PersistentTokenStorage
      • TransientTokenStorage

    Class UserInfo

    Inheritance
    System.Object
    UserInfo
    Namespace: Authgear.Xamarin
    Assembly: Authgear.Xamarin.dll
    Syntax
    public class UserInfo : object

    Properties

    | Improve this Doc View Source

    address

    Declaration
    public UserInfoAddress address { get; set; }
    Property Value
    Type Description
    UserInfoAddress
    | 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>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX