RcTokenProvider

interface RcTokenProvider

To use RcTokenProvider, create an implementation of it where the method getValidToken() will return a valid token.
It is Needed for authorization when contacting server
After setting it up, provide it as a parameter to the RcRepositoryProvider.

Functions

Link copied to clipboard
abstract fun getValidToken(): Single<String>