You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing a custom assertion not natively supported by the library is currently pretty cumbersome:
For reading: We don't offer a way to register a custom assertion type for assertion deserialization, so you need to find the UnknownAssertion and then basically re-read the entire thing.
Writing is more straightforward but we don't publicly expose the needed UUIDs so you need to supply them yourself.
The text was updated successfully, but these errors were encountered:
Writing a custom assertion not natively supported by the library is currently pretty cumbersome:
UnknownAssertion
and then basically re-read the entire thing.The text was updated successfully, but these errors were encountered: