void rememberToken()

in src/main/java/org/jetbrains/teamcity/githubauth/TeamCityCoreFacade.java [82:84]


    void rememberToken(OAuthConnectionDescriptor connection, SUser user, String githubLogin, String token, String scope) {
        oAuthTokensStorage.rememberPermanentToken(connection.getId(), user, githubLogin, token, scope);
    }