diff --git a/ocm/types.go b/ocm/types.go
index 9a26a0e047077513f95ca7918e72f21a25945f1f..f348791625d691d7c346c61270b301f766139a59 100644
--- a/ocm/types.go
+++ b/ocm/types.go
@@ -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 {