Skip to content

Commit

Permalink
autogen(openapi): regenerate swagger spec and internal client
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed May 25, 2023
1 parent 387f5a2 commit 6de1cb3
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.
37 changes: 37 additions & 0 deletions internal/client-go/model_session_authentication_method.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions internal/httpclient/model_session_authentication_method.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions spec/api.json
Expand Up @@ -1720,6 +1720,10 @@
],
"title": "The method used",
"type": "string"
},
"provider": {
"description": "OIDC or SAML provider id used for authentication",
"type": "string"
}
},
"title": "AuthenticationMethod identifies an authentication method",
Expand Down
4 changes: 4 additions & 0 deletions spec/swagger.json
Expand Up @@ -4638,6 +4638,10 @@
},
"method": {
"$ref": "#/definitions/identityCredentialsType"
},
"provider": {
"description": "OIDC or SAML provider id used for authentication",
"type": "string"
}
}
},
Expand Down

0 comments on commit 6de1cb3

Please sign in to comment.