TokenRegistry

open class TokenRegistry

Constructors

Link copied to clipboard
constructor(okHttpClient: OkHttpClient, userPreferences: UserPreferences, appId: String, secret: String)

Functions

Link copied to clipboard
open fun getToken(@Nullable project: Project): Token
Synchronously retrieves a token for the project.
Link copied to clipboard
open fun invalidate()