FirebaseAuth Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
FIRGameCenterAuthProvider
@interface FIRGameCenterAuthProvider : NSObject
A concrete implementation of AuthProvider
for Game Center Sign In. Not available on
watchOS.
-
Creates an AuthCredential
for a Game Center sign in.
Declaration
Objective-C
+ (void)getCredentialWithCompletion:
(nonnull void (^)(FIRAuthCredential *_Nullable,
NSError *_Nullable))completion;
-
This class is not meant to be initialized.
Declaration
Objective-C
- (nonnull instancetype)init;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-05-04 UTC.
[null,null,["Last updated 2022-05-04 UTC."],[],[],null,["FIRGameCenterAuthProvider \n\n\n @interface FIRGameCenterAuthProvider : NSObject\n\nA concrete implementation of `AuthProvider` for Game Center Sign In. Not available on\nwatchOS.\n- `\n ``\n ``\n `\n\n [+getCredentialWithCompletion:](#/c:objc(cs)FIRGameCenterAuthProvider(cm)getCredentialWithCompletion:)`\n ` \n Creates an `AuthCredential` for a Game Center sign in. \n\n Declaration \n Objective-C \n\n + (void)getCredentialWithCompletion:\n (nonnull void (^)(../Classes/FIRAuthCredential.html *_Nullable,\n NSError *_Nullable))completion;\n\n- `\n ``\n ``\n `\n\n [-init](#/c:objc(cs)FIRGameCenterAuthProvider(im)init)`\n ` \n This class is not meant to be initialized. \n\n Declaration \n Objective-C \n\n - (nonnull instancetype)init;"]]