Sha256: 30f17f4a12f6f276cda49551d636a1915051dc6d5f3d3b499a8e8bf47e77340c
Contents?: true
Size: 591 Bytes
Versions: 2
Compression:
Stored size: 591 Bytes
Contents
# OryHydraClient::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 = OryHydraClient::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.alpha17 | docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md |
ory-client-0.0.1.alpha16 | docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md |