MCPcopy Create free account
hub / github.com/pydio/cells / AuthenticateClient

Method AuthenticateClient

idm/oauth/client.go:25–28  ·  view source on GitHub ↗
(ctx context.Context, id string, secret []byte)

Source from the content-addressed store, hash-verified

23}
24
25func (c clientConfigDriver) AuthenticateClient(ctx context.Context, id string, secret []byte) (*client.Client, error) {
26 //TODO implement me
27 panic("implement me")
28}
29
30func (c clientConfigDriver) GetClient(ctx context.Context, id string) (fosite.Client, error) {
31 return c.GetConcreteClient(ctx, id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected