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

Utility class for constructing Google Sign In credentials. More...

#import <FIRGoogleAuthProvider.h>

Inheritance diagram for FIRGoogleAuthProvider:

Instance Methods

(nullable instancetype) - NS_UNAVAILABLE
 

Class Methods

(FIRAuthCredential *) + credentialWithIDToken:accessToken:
 Creates an FIRAuthCredential for a Google sign in. More...
 

Detailed Description

Utility class for constructing Google Sign In credentials.

Method Documentation

+ credentialWithIDToken: (NSString *)  IDToken
accessToken: (NSString *)  accessToken 

Creates an FIRAuthCredential for a Google sign in.

Parameters
IDTokenThe ID Token from Google.
accessTokenThe Access Token from Google.
Returns
A FIRAuthCredential containing the Google credentials.

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