Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
golib
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
golib
Commits
8d1c0217
Commit
8d1c0217
authored
1 year ago
by
Lyuben Penkovski
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ocm/types.go
+4
-2
4 additions, 2 deletions
ocm/types.go
with
4 additions
and
2 deletions
ocm/types.go
+
4
−
2
View file @
8d1c0217
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment