Authentication Providers
- 
                  
                  The AnonymousCredentialis aStitchCredentialthat can be used to log in using the Anonymous Authentication Provider.See moreSee also StitchAuthDeclarationSwift public struct AnonymousCredential : StitchCredential
- 
                  
                  A credential which can be used to log in as a Stitch user using the Custom authentication provider. See moreDeclarationSwift public struct CustomCredential : StitchCredential
- 
                  
                  The FacebookCredentialis aStitchCredentialthat can be used log in using the Facebook Authentication Provider.See moreSee also StitchAuthDeclarationSwift public struct FacebookCredential : StitchCredential
- 
                  
                  The GoogleCredentialis aStitchCredentialthat is used to log in using the Google Authentication Provider.See moreSee also StitchAuthDeclarationSwift public struct GoogleCredential : StitchCredential
- 
                  
                  A credential which can be used to log in as a Stitch user using the Server API Key authentication provider. See moreDeclarationSwift public struct ServerAPIKeyCredential : StitchCredential
- 
                  
                  A struct representing a user API key as returned by the Stitch server. See moreDeclarationSwift public struct UserAPIKey : Decodable
- 
                  
                  A credential which can be used to log in as a Stitch user using the User API Key authentication provider. See moreDeclarationSwift public struct UserAPIKeyCredential : StitchCredential
- 
                  
                  A protocol defining methods for creating, updating, and deleting the user API keys of a Stitch user. See moreDeclarationSwift public protocol UserAPIKeyAuthProviderClient
- 
                  
                  Global factory const which can be used to create a UserAPIKeyAuthProviderClientwith aStitchAuth. Pass this intoStitchAuth.providerClient(fromFactory:) to get aUserAPIKeyAuthProviderClient`.DeclarationSwift public let userAPIKeyClientFactory: UserAPIKeyClientFactory
- 
                  
                  The UserPasswordCredentialis aStitchCredentialthat is used to log in using the Username/Password Authentication Provider.See moreSee also StitchAuthDeclarationSwift public struct UserPasswordCredential : StitchCredential
- 
                  
                  A protocol defining methods for interacting with username/password authentication provider in Stitch. See moreDeclarationSwift public protocol UserPasswordAuthProviderClient
- 
                  
                  Global factory const which can be used to create a UserPasswordAuthProviderClientwith aStitchAuth. Pass this intoStitchAuth.providerClient(fromFactory:) to get aUserPasswordAuthProviderClient`.DeclarationSwift public let userPasswordClientFactory: UserPasswordClientFactory
 Authentication Providers  Reference
      Authentication Providers  Reference