Skip to content
Snippets Groups Projects
Commit 8d1c0217 authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Add more attributes to the invitation response coming from OCM

parent fe368871
No related branches found
No related tags found
No related merge requests found
Pipeline #61837 passed
......@@ -7,8 +7,10 @@ type LoginProofInvitationResponse struct {
}
type LoginProofInvitationResponseData struct {
ProofRecordID string `json:"proofRecordId"`
PresentationMessage string `json:"presentationMessage"`
ProofRecordID string `json:"proofRecordId"`
PresentationMessage string `json:"presentationMessage"`
PresentationMessageShort string `json:"presentationMessageShort"`
CreatedDate string `json:"createdDate"`
}
type LoginProofResultResponse struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment