getAccessToken

abstract suspend fun getAccessToken(): String?

This method returns a String with the access token for the authenticated user or null if it doesn't exist or any errors arise.

Return

String