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
Currently library supports wallet attestations by implementing 'OAUTH2 Attestation-Based Client Authentication' draft 03
Draft 04 is published that should be evaluated for updates possibly needed.
OpenID4VCI draft 15 specifies the structure that a wallet attestations should have (Appendix E). Library defines data class ClientAttestationJWT as a holder of SignedJwt that represents a wallet attestation jwt and perfoms some sanity checks about its structure. These checks should be evaluated and updated according to the structure defined by the spec.
The text was updated successfully, but these errors were encountered:
Currently library supports wallet attestations by implementing 'OAUTH2 Attestation-Based Client Authentication' draft 03
ClientAttestationJWT
as a holder ofSignedJwt
that represents a wallet attestation jwt and perfoms some sanity checks about its structure. These checks should be evaluated and updated according to the structure defined by the spec.The text was updated successfully, but these errors were encountered: