Skip to content
Snippets Groups Projects

Change response parsing for GetLoginProofResult

Merged Yordan Kinkov requested to merge change-OCM-response-parsing into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -19,7 +19,7 @@ type LoginProofResultResponse struct {
type LoginProofResultResponseData struct {
State string `json:"state"`
Data []Credential `json:"data"`
Data []Credential `json:"presentations"`
}
type Credential struct {
Loading