Access individual scopes of `Scope`
lfxgroove opened this issue · 1 comments
lfxgroove commented
Project Improvement
It would be nice to be able to access the individual scopes in Scope
, e.g. in a PreGrant
. I don't really know how to present the scopes requested to the user right now. This is on the 0.5.0 preview branch.
Other context
This should be fairly straightforward, just wanted to know if there's a plan for this, otherwise I'd like to implement Iterator<Item=&str>
for Scope
.
Tracking pull request
- A pull request does not yet exists afaik.