ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / io.ktor.routing.Route / deleteAuthenticatedByJwt

deleteAuthenticatedByJwt

fun Route.deleteAuthenticatedByJwt(path: String, requiredRoles: List<String> = listOf(), onlyOneMustMatch: Boolean = false, body: PipelineInterceptor<Unit, ApplicationCall>): Route fun Route.deleteAuthenticatedByJwt(requiredRoles: List<String> = listOf(), onlyOneMustMatch: Boolean = false, body: PipelineInterceptor<Unit, ApplicationCall>): Route