File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -498,37 +498,6 @@ func (u *UserToUpdate) preparePayload(user *identitytoolkit.IdentitytoolkitRelyi
498498
499499// End of validators
500500
501- // Response Types -------------------------------
502-
503- type getUserResponse struct {
504- RequestType string
505- Users []responseUserRecord
506- }
507-
508- type responseUserRecord struct {
509- UID string
510- DisplayName string
511- Email string
512- PhoneNumber string
513- PhotoURL string
514- CreationTimestamp int64
515- LastLogInTimestamp int64
516- ProviderID string
517- CustomClaims string
518- Disabled bool
519- EmailVerified bool
520- ProviderUserInfo []* UserInfo
521- PasswordHash string
522- PasswordSalt string
523- ValidSince int64
524- }
525-
526- type listUsersResponse struct {
527- RequestType string
528- Users []responseUserRecord
529- NextPage string
530- }
531-
532501// Helper functions for retrieval and HTTP calls.
533502
534503func (c * Client ) createUser (ctx context.Context , user * UserToCreate ) (string , error ) {
You can’t perform that action at this time.
0 commit comments