[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-05-04 UTC."],[],[],null,["# FirebaseAuth Framework Reference\n\nFIRGoogleAuthProvider\n=====================\n\n\n @interface FIRGoogleAuthProvider : NSObject\n\nUtility class for constructing Google Sign In credentials.\n- `\n ``\n ``\n `\n\n ### [+credentialWithIDToken:accessToken:](#/c:objc(cs)FIRGoogleAuthProvider(cm)credentialWithIDToken:accessToken:)\n\n `\n ` \n Creates an `AuthCredential` for a Google sign in. \n\n #### Declaration\n\n Objective-C \n\n + (nonnull ../Classes/FIRAuthCredential.html *)credentialWithIDToken:(nonnull NSString *)IDToken\n accessToken:\n (nonnull NSString *)accessToken;\n\n #### Parameters\n\n |---------------------|-------------------------------|\n | ` `*IDToken*` ` | The ID Token from Google. |\n | ` `*accessToken*` ` | The Access Token from Google. |\n\n #### Return Value\n\n An AuthCredential containing the Google credentials.\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRGoogleAuthProvider(im)init)\n\n `\n ` \n This class should not be initialized. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;"]]