authenticate

open suspend override fun authenticate(token: String): UserDto

Authenticates a user using the provided authentication token.

Return

A UserDto representing the authenticated user.

Parameters

token

The authentication token.