override fun get()

in azure-active-directory-server/src/main/kotlin/org/jetbrains/teamcity/aad/JWTVerifier.kt [84:86]


        override fun get(location: String?): SimpleResponse? {
            return IOGuard.allowNetworkCall(FuncThrow<SimpleResponse?, IOException> { delegate.get(location) })
        }