MCPcopy Index your code
hub / github.com/simstudioai/sim / VerifyAuthOptions

Interface VerifyAuthOptions

packages/auth/src/verify.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { oneTimeToken } from 'better-auth/plugins'
6
7export interface VerifyAuthOptions {
8 /** Better Auth shared secret. Must match the apps/sim Better Auth secret. */
9 secret: string
10 /** Public-facing Better Auth URL (usually same as NEXT_PUBLIC_APP_URL). */
11 baseURL: string
12}
13
14/**
15 * Minimal Better Auth instance used by services that only need to verify

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected