getAccessToken

abstract suspend fun getAccessToken(): String?

Get an access token for API calls.

Implementations should handle token refresh automatically. Returns null if not signed in.