(r *http.Request, user *structs.User, customClaims *structs.CustomClaims, ptokens *structs.PTokens, opts ...oauth2.AuthCodeOption)
| 176 | } |
| 177 | |
| 178 | func 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 | } |
no test coverage detected