We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently PSA Token has two nonces, one legacy nonce (LegacyNonce) one with PSA Draft Rel Version <= 7 AND Second as Nonce which is for PSA Rel > 7.
Provide an API to set Legacy OR New Parameters (Nonce or InstanceID) via Single API.
Similar change required for Instance ID.
Internally code will check the profile and set the right variable accordingly!
The text was updated successfully, but these errors were encountered:
Add a nonce setter
908dd2c
Partially addresses #21 Signed-off-by: Thomas Fossati <[email protected]>
No branches or pull requests
Currently PSA Token has two nonces, one legacy nonce (LegacyNonce) one with PSA Draft Rel Version <= 7
AND
Second as Nonce which is for PSA Rel > 7.
Provide an API to set Legacy OR New Parameters (Nonce or InstanceID) via Single API.
Similar change required for Instance ID.
Internally code will check the profile and set the right variable accordingly!
The text was updated successfully, but these errors were encountered: