MCPcopy
hub / github.com/pocketbase/pocketbase / FetchRawUserInfo

Method FetchRawUserInfo

tools/auth/auth.go:126–126  ·  view source on GitHub ↗

FetchRawUserInfo requests and marshalizes into `result` the the OAuth user api response.

(token *oauth2.Token)

Source from the content-addressed store, hash-verified

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.

Callers 15

FetchAuthUserMethod · 0.65
FetchAuthUserMethod · 0.65
FetchAuthUserMethod · 0.65
FetchAuthUserMethod · 0.65
FetchAuthUserMethod · 0.65
FetchAuthUserMethod · 0.65
FetchAuthUserMethod · 0.65
FetchAuthUserMethod · 0.65
FetchRawUserInfoMethod · 0.65
FetchAuthUserMethod · 0.65
FetchAuthUserMethod · 0.65
FetchAuthUserMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected