provide Access Token
abstract fun provideAccessToken(userId: String, completion: Completion<String>)
Content copied to clipboard
Called when a new access token is requested
Parameters
user Id
String the userId of the user that the token should be retrieved for
completion
Completion