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 with stage
in 1 minute and 30 seconds
......@@ -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.
Finish editing this message first!
Please register or to comment