override suspend fun token()

in runtime/src/commonMain/kotlin/space/jetbrains/api/runtime/SpaceAuth.kt [23:26]


        override suspend fun token(client: HttpClient, appInstance: SpaceAppInstance): SpaceTokenInfo {
            if (token.expired(gapSeconds = gapSecondsForExpiredCheck)) throw TokenExpiredException()
            return token
        }