mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-08-05 02:24:52 +00:00
Remove unused code
This commit is contained in:
@ -1,16 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright 2020 Eike K. & Contributors
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
||||||
*/
|
|
||||||
|
|
||||||
package docspell.oidc
|
|
||||||
|
|
||||||
import org.http4s.HttpRoutes
|
|
||||||
import org.http4s.client.Client
|
|
||||||
|
|
||||||
object OpenidConnect {
|
|
||||||
|
|
||||||
def codeFlow[F[_]](client: Client[F]): HttpRoutes[F] =
|
|
||||||
???
|
|
||||||
}
|
|
Reference in New Issue
Block a user