MCPcopy Create free account
hub / github.com/cloudflare/serverless-registry /

Class

src/user.ts:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61};
62
63export class UserAuthenticator implements Authenticator {
64 authmode: string;
65 constructor(private credentials: AuthenticatorCredentials[]) {
66 this.authmode = "UserAuthenticator";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected