Skip to content

Commit

Permalink
[ICD] Set client_type when refreshing token for LIT ICD (#35383)
Browse files Browse the repository at this point in the history
* set client_type when refresh key for ICD

* Update RefreshKeySender.cpp
  • Loading branch information
yunhanw-google authored Sep 4, 2024
1 parent f850438 commit cddc8ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/icd/client/RefreshKeySender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ CHIP_ERROR RefreshKeySender::RegisterClientWithNewKey(Messaging::ExchangeManager
registerClientCommand.checkInNodeID = mICDClientInfo.check_in_node.GetNodeId();
registerClientCommand.monitoredSubject = mICDClientInfo.monitored_subject;
registerClientCommand.key = mNewKey.Span();
registerClientCommand.clientType = mICDClientInfo.client_type;
return Controller::InvokeCommandRequest(&exchangeMgr, sessionHandle, endpointId, registerClientCommand, onSuccess, onFailure);
}

Expand Down

0 comments on commit cddc8ca

Please sign in to comment.