|
LuxChat
2.0
Instant messenger for iOS
|
Utility class for constructing Google Sign In credentials. More...
#import <FIRGoogleAuthProvider.h>
Instance Methods | |
| (nullable instancetype) | - NS_UNAVAILABLE |
Class Methods | |
| (FIRAuthCredential *) | + credentialWithIDToken:accessToken: |
Creates an FIRAuthCredential for a Google sign in. More... | |
Utility class for constructing Google Sign In credentials.
| + credentialWithIDToken: | (NSString *) | IDToken | |
| accessToken: | (NSString *) | accessToken | |
Creates an FIRAuthCredential for a Google sign in.
| IDToken | The ID Token from Google. |
| accessToken | The Access Token from Google. |
FIRAuthCredential containing the Google credentials.
1.8.9.1