Sha256: 040ebb0feb9a3120e29e925e4974bcb6bbe14afba840678483c0937c09731e91
Contents?: true
Size: 664 Bytes
Versions: 193
Compression:
Stored size: 664 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. | | | **provider** | **String** | The provider to register with | | | **traits** | **Object** | The identity traits | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody.new( csrf_token: null, method: null, provider: null, traits: null ) ```
Version data entries
193 entries across 193 versions & 1 rubygems