StitchUserProfile

public protocol StitchUserProfile : ExtendedStitchUserProfile

The set of properties that describe a MongoDB Stitch user. See the documentation for ExtendedStitchUserProfile to see the additional fields available on this type.

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

    Declaration

    Swift

    var userType: String { get }
  • An array of StitchUserIdentity objects representing the identities linked to this user which can be used to log in as this user.

    Declaration

    Swift

    var identities: [StitchUserIdentity] { get }