Sha256: 2a56b62adff3c7c9a409c5bfd9a41566247efc1c8d79b6e12e0614f6f7f9a484
Contents?: true
Size: 581 Bytes
Versions: 2
Compression:
Stored size: 581 Bytes
Contents
# OryClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody ## 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::SubmitSelfServiceRegistrationFlowWithOidcMethodBody.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/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md |
ory-client-0.0.1.alpha18 | docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md |