@@ -66,7 +66,7 @@ NS_SWIFT_NAME(OAuthProvider)
66
66
67
67
@param providerID The provider ID associated with the Auth credential being created.
68
68
@param IDToken The IDToken associated with the Auth credential being created.
69
- @param accessToken The accessstoken associated with the Auth credential be created, if
69
+ @param accessToken The access token associated with the Auth credential be created, if
70
70
available.
71
71
@return A FIRAuthCredential for the specified provider ID, ID token and access token.
72
72
*/
@@ -79,7 +79,7 @@ NS_SWIFT_NAME(OAuthProvider)
79
79
an ID token.
80
80
81
81
@param providerID The provider ID associated with the Auth credential being created.
82
- @param accessToken The accessstoken associated with the Auth credential be created
82
+ @param accessToken The access token associated with the Auth credential be created
83
83
@return A FIRAuthCredential.
84
84
*/
85
85
+ (FIROAuthCredential *)credentialWithProviderID:(NSString *)providerID
@@ -92,7 +92,7 @@ NS_SWIFT_NAME(OAuthProvider)
92
92
@param providerID The provider ID associated with the Auth credential being created.
93
93
@param IDToken The IDToken associated with the Auth credential being created.
94
94
@param rawNonce The raw nonce associated with the Auth credential being created.
95
- @param accessToken The accessstoken associated with the Auth credential be created, if
95
+ @param accessToken The access token associated with the Auth credential be created, if
96
96
available.
97
97
@return A FIRAuthCredential for the specified provider ID, ID token and access token.
98
98
*/
0 commit comments