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
This is a counterpart to #8 (which is for the state machine).
MessageServiceReauth now supports the sending of extradata from the service to the pico. Previously extradata was only supported from the pico to the service (in the MessagePicoReauth message).
The continuous_cycle_start() and continuous_reauth() functions need to be extended to allow extraData to be sent. Contrariwise, continuous_cycle_start_pico() and continuous_reauth_pico() need to be extended to allow returnedStoredData to be returned.
The text was updated successfully, but these errors were encountered:
This is a counterpart to #8 (which is for the state machine).
MessageServiceReauth now supports the sending of extradata from the service to the pico. Previously extradata was only supported from the pico to the service (in the MessagePicoReauth message).
The
continuous_cycle_start()
andcontinuous_reauth()
functions need to be extended to allow extraData to be sent. Contrariwise,continuous_cycle_start_pico()
andcontinuous_reauth_pico()
need to be extended to allowreturnedStoredData
to be returned.The text was updated successfully, but these errors were encountered: