The String representation of the ID of this Stitch user.
An array of StitchUserIdentity objects representing the identities linked to this user which can be used to log in as this user.
Whether or not this user is logged in.
If the user is logged in, it can be switched to without reauthenticating using StitchAuth.switchToUserWithId.
This is not a dynamic property. This is the state of whether or not the user was logged in at the time this user object was created. Use StitchAuth.listUsers to get a new list of users with current state.
The time of the last auth event involving this user. This includes login, logout, and active user changed.
The name of the authentication provider used to log in as this user.
The type of authentication provider used to log in as this user.
A StitchUserProfile object describing this user.
A string describing the type of this user: either server
or normal
.
Links this StitchUser with a new identity, where the identity is defined by the credential specified as a parameter. This will only be successful if this StitchUser is the currently authenticated StitchUser for the client from which it was created.
The credential to use to link this user to a new identity.
Generated using TypeDoc
StitchUser
The StitchUser represents the currently logged-in user of the StitchAppClient.
This can be retrieved from StitchAuth or from the result of certain methods such as StitchAuth.loginWithCredential.
See Also