File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ export interface IdTokenResult {
182
182
}
183
183
184
184
export class OAuthProvider implements AuthProvider {
185
+ constructor ( providerId : string ) ;
185
186
providerId : string ;
186
187
addScope ( scope : string ) : AuthProvider ;
187
188
credential ( idToken ?: string , accessToken ?: string ) : OAuthCredential ;
Original file line number Diff line number Diff line change @@ -3173,6 +3173,7 @@ declare namespace firebase.auth {
3173
3173
* @param providerId The associated provider ID, such as `github.com`.
3174
3174
*/
3175
3175
class OAuthProvider implements firebase . auth . AuthProvider {
3176
+ constructor ( providerId : string ) ;
3176
3177
providerId : string ;
3177
3178
/**
3178
3179
* @param scope Provider OAuth scope to add.
You can’t perform that action at this time.
0 commit comments