Class RefreshableTokenImpl

    • Constructor Detail

      • RefreshableTokenImpl

        public RefreshableTokenImpl​(@NotNull
                                    String accessToken,
                                    @NotNull
                                    String scope,
                                    @NotNull
                                    String oauthLogin,
                                    int timeToLiveSeconds,
                                    long teamCityUserId)
      • RefreshableTokenImpl

        public RefreshableTokenImpl​(@NotNull
                                    String id,
                                    @NotNull
                                    String accessToken,
                                    @NotNull
                                    String scope,
                                    @NotNull
                                    String oauthLogin,
                                    int timeToLiveSeconds,
                                    long teamCityUserId)
      • RefreshableTokenImpl

        public RefreshableTokenImpl​(String accessToken,
                                    String scope,
                                    String oauthLogin,
                                    int timeToLiveSeconds,
                                    long teamCityUserId,
                                    long createTime)
      • RefreshableTokenImpl

        public RefreshableTokenImpl​(@NotNull
                                    String id,
                                    String accessToken,
                                    String scope,
                                    String oauthLogin,
                                    int timeToLiveSeconds,
                                    long teamCityUserId,
                                    long createTime)