LuxChat  2.0
Instant messenger for iOS
Instance Methods | Class Methods | List of all members
FIREmailPasswordAuthProvider Class Reference

A concrete implementation of FIRAuthProvider for Email & Password Sign In. More...

#import <FIREmailPasswordAuthProvider.h>

Inheritance diagram for FIREmailPasswordAuthProvider:

Instance Methods

(nullable instancetype) - NS_UNAVAILABLE
 

Class Methods

(FIRAuthCredential *) + credentialWithEmail:password:
 Creates an FIRAuthCredential for an email & password sign in. More...
 

Detailed Description

A concrete implementation of FIRAuthProvider for Email & Password Sign In.

Method Documentation

+ credentialWithEmail: (NSString *)  email
password: (NSString *)  password 

Creates an FIRAuthCredential for an email & password sign in.

Parameters
emailThe user's email address.
passwordThe user's password.
Returns
A FIRAuthCredential containing the email & password credential.

The documentation for this class was generated from the following file: