Sha256: 95e228de9956cf3ad43e96f17966a81fcdef8e6d6f2089e0ee5d9284f539a873
Contents?: true
Size: 567 Bytes
Versions: 2
Compression:
Stored size: 567 Bytes
Contents
# OryClient::SubmitSelfServiceLoginFlowWithOidcMethodBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | The CSRF Token | [optional] | | **method** | **String** | Method to use This field must be set to `oidc` when using the oidc method. | | | **traits** | **String** | The provider to register with | | ## Example ```ruby require 'ory-client' instance = OryClient::SubmitSelfServiceLoginFlowWithOidcMethodBody.new( csrf_token: null, method: null, traits: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha19 | docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md |
ory-client-0.0.1.alpha18 | docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md |