Search Results for

    Show / Hide Table of Contents

    Class UserIdentity

    A class containing information about an identity associated with a user.

    Inheritance
    object
    UserIdentity
    Namespace: Realms.Sync
    Assembly: Realm.dll
    Syntax
    [BsonNoId]
    public class UserIdentity

    Properties

    | Edit this page View Source

    Id

    Gets the unique identifier for this identity.

    Declaration
    [Preserve]
    public string Id { get; }
    Property Value
    Type Description
    string

    The identity's Id.

    | Edit this page View Source

    Provider

    Gets the auth provider defining this identity.

    Declaration
    [Preserve]
    public Credentials.AuthProvider Provider { get; }
    Property Value
    Type Description
    Credentials.AuthProvider

    The identity's auth provider.

    Methods

    | Edit this page View Source

    ToString()

    Returns a string representation of the value.

    Declaration
    [Preserve]
    public override string ToString()
    Returns
    Type Description
    string

    A string representation of the value.

    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2020-2024 Realm
    Generated by DocFX