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.
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 resolved via an external OAuth2 login process (e.g. Facebook or Google). This method will redirect the user to the external login page. That external page will redirect the user back to the page specified in the redirect credential. To complete the link, that page will need to handle the redirect by calling {@link StitchAuth.handleRedirectResult()}.
The redirect credential to use to link this user to a new identity.
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
A user that a StitchAppClient is currently authenticated as. Can be retrieved from a StitchAuth or from the result of certain methods.