MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / ClientSafeProvider

Interface ClientSafeProvider

packages/auth-client/src/client/index.tsx:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28type LiteralUnion<T extends U, U = string> = T | (U & Record<never, never>);
29
30interface ClientSafeProvider {
31 id: LiteralUnion<BuiltInProviderType>;
32 name: string;
33 type: ProviderType;
34 signinUrl: string;
35 callbackUrl: string;
36}
37
38interface SignInOptions extends Record<string, unknown> {
39 callbackUrl?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected