Add trust level to attribute#52
Conversation
|
Context? |
|
Please excuse my late answer. |
I suspect many IdPs have custom properties like this. I can't merge a change like this that pollutes the struct for everyone to support a custom field for you. I suspect proper support here probably requires writing an attribute trait and switching uses to the methods on that trait. That'd allow people working with IdPs like this to write custom structs with this library's Thoughts? |
|
That's fair. The "nested" approach seems reasonable. I'll change the PR to draft and see if i can find the time to whip something up |
Add
trust_levelattribute toAttribute