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

Version Path
ory-kratos-client-0.10.1 docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md
ory-kratos-client-0.9.0.alpha3 docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md
ory-kratos-client-0.9.0.alpha2 docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md
ory-kratos-client-0.8.2.alpha1 docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md
ory-kratos-client-0.8.0.alpha2 docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md