MCPcopy Create free account
hub / github.com/daodst/chat / QueryOpenIDToken

Method QueryOpenIDToken

userapi/api/api.go:63–63  ·  view source on GitHub ↗
(ctx context.Context, req *QueryOpenIDTokenRequest, res *QueryOpenIDTokenResponse)

Source from the content-addressed store, hash-verified

61// api functions required by the federation api
62type FederationUserAPI interface {
63 QueryOpenIDToken(ctx context.Context, req *QueryOpenIDTokenRequest, res *QueryOpenIDTokenResponse) error
64 QueryProfile(ctx context.Context, req *QueryProfileRequest, res *QueryProfileResponse) error
65}
66

Callers 3

AddRoutesFunction · 0.65
QueryOpenIDTokenMethod · 0.65
GetOpenIDUserInfoFunction · 0.65

Implementers 3

UserInternalAPIuserapi/internal/api.go
httpUserInternalAPIuserapi/inthttp/client.go
UserInternalAPITraceuserapi/api/api_trace.go

Calls

no outgoing calls

Tested by

no test coverage detected