MCPcopy
hub / github.com/vouch/vouch-proxy / getUserInfo

Function getUserInfo

handlers/auth.go:178–180  ·  view source on GitHub ↗
(r *http.Request, user *structs.User, customClaims *structs.CustomClaims, ptokens *structs.PTokens, opts ...oauth2.AuthCodeOption)

Source from the content-addressed store, hash-verified

176}
177
178func getUserInfo(r *http.Request, user *structs.User, customClaims *structs.CustomClaims, ptokens *structs.PTokens, opts ...oauth2.AuthCodeOption) error {
179 return provider.GetUserInfo(r, user, customClaims, ptokens, opts...)
180}

Callers 1

AuthStateHandlerFunction · 0.85

Calls 1

GetUserInfoMethod · 0.65

Tested by

no test coverage detected