FetchRawUserInfo requests and marshalizes into `result` the the OAuth user api response.
(token *oauth2.Token)
| 124 | // FetchRawUserInfo requests and marshalizes into `result` the |
| 125 | // the OAuth user api response. |
| 126 | FetchRawUserInfo(token *oauth2.Token) ([]byte, error) |
| 127 | |
| 128 | // FetchAuthUser is similar to FetchRawUserInfo, but normalizes and |
| 129 | // marshalizes the user api response into a standardized AuthUser struct. |
no outgoing calls
no test coverage detected