Skip to content

Commit 389c0e2

Browse files
committed
remove unused Google config params
1 parent a392262 commit 389c0e2

File tree

1 file changed

+0
-15
lines changed
  • auth/src/main/java/com/firebase/ui/auth/configuration/auth_provider

1 file changed

+0
-15
lines changed

auth/src/main/java/com/firebase/ui/auth/configuration/auth_provider/AuthProvider.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -486,21 +486,6 @@ abstract class AuthProvider(open val providerId: String, open val providerName:
486486
*/
487487
val serverClientId: String?,
488488

489-
/**
490-
* Requests an ID token. Default to true.
491-
*/
492-
val requestIdToken: Boolean = true,
493-
494-
/**
495-
* Requests the user's profile information. Defaults to true.
496-
*/
497-
val requestProfile: Boolean = true,
498-
499-
/**
500-
* Requests the user's email address. Defaults to true.
501-
*/
502-
val requestEmail: Boolean = true,
503-
504489
/**
505490
* A map of custom OAuth parameters.
506491
*/

0 commit comments

Comments
 (0)