Skip to content

Documentation / @agentick/server / validateAuth

Function: validateAuth()

validateAuth(token, config): Promise<AuthResult>

Defined in: server/src/auth.ts:95

Parameters

token

string | undefined

config

AuthConfig | undefined

Returns

Promise<AuthResult>

Released under the ISC License.