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
Upon receiving credential should verify it's matching the values "promised" in credential-offer
For state machines implementations this implies they should remember credential-offer msg (or its subset) until credential message is received.
For the potential "state-machine-less" processing interface, we could make credential-offer as Optional argument to process_credential_msg(...) or similar
The text was updated successfully, but these errors were encountered:
Turning #987 (comment) comment into separate issue.
credential-offer
credential-offer
msg (or its subset) untilcredential
message is received.credential-offer
as Optional argument toprocess_credential_msg(...)
or similarThe text was updated successfully, but these errors were encountered: