API Reference / modelence / server / authenticateDocumentation Index
Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
Use this file to discover all available pages before exploring further.
authenticate(Defined in: packages/modelence/src/auth/index.ts:8authToken):Promise<{roles:string[];session:Session;user:null|UserInfo; }>
Parameters
| Parameter | Type |
|---|---|
authToken | null | string |
Returns
Promise<{ roles: string[]; session: Session; user: null | UserInfo; }>