Options
All
  • Public
  • Public/Protected
  • All
Menu

A user that a StitchAppClient is currently authenticated as. Can be retrieved from a StitchAuth or from the result of certain methods.

Hierarchy

  • CoreStitchUser
    • StitchUser

Index

Properties

id

id: string

The String representation of the ID of this Stitch user.

identities

identities: StitchUserIdentity[]

An array of StitchUserIdentity objects representing the identities linked to this user which can be used to log in as this user.

loggedInProviderName

loggedInProviderName: string

The name of the authentication provider used to log in as this user.

loggedInProviderType

loggedInProviderType: string

The type of authentication provider used to log in as this user.

profile

profile: StitchUserProfile

A StitchUserProfile object describing this user.

Optional userType

userType: undefined | string

A string describing the type of this user. (Either server or normal)

Methods

linkWithCredential

  • linkWithCredential(credential: StitchCredential): Promise<StitchUser>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc