interface FirefoxAccountShaped
(source)
Facilitates testing consumers of FirefoxAccount.
abstract fun getAccessToken(singleScope: String): Deferred<AccessTokenInfo> |
|
abstract fun getTokenServerEndpointURL(): String |
class FirefoxAccount : AutoCloseable, FirefoxAccountShaped
FirefoxAccount represents the authentication state of a client. |