StitchUserIdentity
public protocol StitchUserIdentity : Decodable, Encodable
A protocol representing an identity that a Stitch user is linked to and can use to sign into their account.
-
The id of this identity in MongoDB Stitch
Important
This is not the id of the Stitch user.Declaration
Swift
var id: String { get }
-
A string indicating the authentication provider that provides this identity.
Declaration
Swift
var providerType: String { get }