ProfileTokenProvider

Profile token provider This should return a valid token. This should be provided by the login SDK get legacySessionToken method or if available the new token from the DsLogin SDK. Needed for communication authorization when contacting server

Functions

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