AuthTokenProvider

AuthTokenProvider interface. RestClient will call its authTokenProvider to refresh its authToken once it has expired.

Inheritors

Functions

Link copied to clipboard
abstract fun getInstanceUrl(): String
Link copied to clipboard
abstract fun getLastRefreshTime(): Long
Link copied to clipboard
abstract fun getNewAuthToken(): String
Link copied to clipboard
abstract fun getRefreshToken(): String
Link copied to clipboard
open fun getTokenType(): String