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
@aseigler Is there any documentation covering how to use the support introduced in #322?
I appreciate the test is there, but AppleAppAttest is an internal class, as far as I can see, so none of the logic in the test classes is useful to someone using the library.
All of the other examples seem very web-oriented, for example I just have a Base64 blob from my iOS app - I have no idea what I'd pass to AssertionOptions.FromJson
The text was updated successfully, but these errors were encountered:
Please put trustPath and attestationType back into AttestationVerificationSuccess, and maybe even the entry of the metadata service.
Before the 4.0 refactoring, the attestation chain was available.
@lol768 for now, I access the attestation chain like this:
@aseigler Is there any documentation covering how to use the support introduced in #322?
I appreciate the test is there, but
AppleAppAttest
is an internal class, as far as I can see, so none of the logic in the test classes is useful to someone using the library.All of the other examples seem very web-oriented, for example I just have a Base64 blob from my iOS app - I have no idea what I'd pass to
AssertionOptions.FromJson
The text was updated successfully, but these errors were encountered: