Show / Hide Table of Contents

    Class UserInfo

    An object containing information about a user's identity in Realm's authentication system.

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

    Properties

    | Improve this Doc View Source

    Accounts

    Gets a collection of all the user accounts associated with the user.

    Declaration
    public IEnumerable<AccountInfo> Accounts { get; }
    Property Value
    Type Description
    IEnumerable<AccountInfo>
    | Improve this Doc View Source

    Identity

    Gets the identity of the user in Realm's system. Equivalent to Identity.

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

    IsAdmin

    Gets a value indicating whether the user is a Realm Object Server administrator user. Equivalent to IsAdmin.

    Declaration
    public bool IsAdmin { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Metadata

    Gets the metadata about this user stored on the Realm Object Server.

    Declaration
    public IDictionary<string, string> Metadata { get; }
    Property Value
    Type Description
    IDictionary<String, String>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Realm
    Generated by DocFX