Sha256: 933c014c8fb1706f65aadea33db8b8cf6e2bf2b4303ac6d2f153a645437f117d
Contents?: true
Size: 683 Bytes
Versions: 5
Compression:
Stored size: 683 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody.new( csrf_token: null, method: null, provider: null, traits: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems