Authenticator

interface Authenticator

Authenticator.kt

Based on the IOS version Need to complete code for fetchAccessToken() using code from TokenRequestTask.kt

Author

Jason Suto 01/18/24

Inheritors

Properties

Link copied to clipboard
abstract val headers: Map<String, String>

Functions

Link copied to clipboard
abstract suspend fun authenticate(): Map<String, String>