Skip to content

Commit c24cb17

Browse files
authored
clean unused types (#76)
1 parent 09fc70b commit c24cb17

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

auth/user_mgt.go

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff 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

534503
func (c *Client) createUser(ctx context.Context, user *UserToCreate) (string, error) {

0 commit comments

Comments
 (0)