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

Merge branch 'populate-ocm-short-message' into 'main'

Add more attributes to the invitation response coming from OCM

See merge request gaia-x/data-infrastructure-federation-services/tsa/golib!7
parents fe368871 8d1c0217
No related branches found
No related tags found
1 merge request!7Add more attributes to the invitation response coming from OCM
Pipeline #21403 passed with stage
in 1 minute and 38 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