hasScope

abstract fun hasScope(scope: String): Boolean

Check whether the account has already been granted the given OAuth scope(s).

This checks whether the refresh token has every specified scope.

Arguments

- `scope` - space-separated list of OAuth scopes. Order is not significant.