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
Refactor Jwk to enhance type correctness.
For instance, if a field is supposed to only have base64-encoded values, do not type it as String but let's use a new-type Base64String new-type that upholds this property. Same for URLs and other typed values.
The text was updated successfully, but these errors were encountered:
Description
Refactor
Jwk
to enhance type correctness.For instance, if a field is supposed to only have
base64
-encoded values, do not type it asString
but let's use a new-typeBase64String
new-type that upholds this property. Same for URLs and other typed values.The text was updated successfully, but these errors were encountered: