Instance Method
authenticate(request:)
Default implementation of
authenticate(request:) that checks for a credentials type in the request body and calls authenticate(credentials:for:) if it exists.func authenticate(request: Request) async throws