diff --git a/documentation/content/reference/lucia/interfaces/auth.md b/documentation/content/reference/lucia/interfaces/auth.md index ff78fd240..79d794c0c 100644 --- a/documentation/content/reference/lucia/interfaces/auth.md +++ b/documentation/content/reference/lucia/interfaces/auth.md @@ -301,7 +301,7 @@ const keys = await auth.getAllUserKeys(userId); Validate the user id and get all valid sessions of a user. Includes active and idle sessions, but not dead sessions. ```ts -const getAllUserKeys: (userId: string) => Promise; +const getAllUserSessions: (userId: string) => Promise; ``` ##### Parameters