Show / Hide Table of Contents

    Class AccountInfo

    An object containing information about an account associated with a user.

    Inheritance
    Object
    AccountInfo
    Namespace: Realms.Sync
    Assembly: Realm.dll
    Syntax
    public class AccountInfo

    Properties

    | Improve this Doc View Source

    Provider

    Gets the provider that manages this user account.

    Declaration
    public string Provider { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    ProviderUserIdentity

    Gets the user account's identity in the provider's system.

    Declaration
    public string ProviderUserIdentity { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Realm
    Generated by DocFX