Variable: authBearerProviderSchema
ts
const authBearerProviderSchema: ZodObject<{
getToken: ZodCustom<() => Promise<string>, () => Promise<string>>;
type: ZodLiteral<"bearer">;
}, $strip>;Defined in: src/core/schemas/auth.ts:15