MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / VerifyIDToken

Method VerifyIDToken

lib/auth/gcip_authenticator.go:33–33  ·  view source on GitHub ↗
(context.Context, string)

Source from the content-addressed store, hash-verified

31// UserAuthClient is an interface that defines the methods for interacting with a user authentication provider.
32type UserAuthClient interface {
33 VerifyIDToken(context.Context, string) (*firebaseauth.Token, error)
34}
35
36// NewGCIPAuthenticator creates a new GCIPAuthenticator instance.

Callers 1

AuthenticateMethod · 0.65

Implementers 1

MockUserAuthClientlib/auth/gcip_authenticator_test.go

Calls

no outgoing calls

Tested by

no test coverage detected