Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-trpc / server / getAuthService

Function: getAuthService()

getAuthService(): AuthService | null

Defined in: packages/fireflow-trpc/server/context.ts:153

Get the AuthService instance for use outside of tRPC procedures (e.g. OAuth endpoints). Returns null if not initialized.

Returns

AuthService | null

Licensed under BUSL-1.1