Skip to content

Commit 9bd56f9

Browse files
hiranya911avishalom
authored andcommitted
Removing unused member from auth.Client (#118)
1 parent a3ce7c8 commit 9bd56f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

auth/auth.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ type Token struct {
6262
// Client facilitates generating custom JWT tokens for Firebase clients, and verifying ID tokens issued
6363
// by Firebase backend services.
6464
type Client struct {
65-
hc *internal.HTTPClient
6665
is *identitytoolkit.Service
6766
ks keySource
6867
projectID string
@@ -123,7 +122,6 @@ func NewClient(ctx context.Context, c *internal.AuthConfig) (*Client, error) {
123122
}
124123

125124
return &Client{
126-
hc: &internal.HTTPClient{Client: hc},
127125
is: is,
128126
ks: newHTTPKeySource(googleCertURL, hc),
129127
projectID: c.ProjectID,

0 commit comments

Comments
 (0)