Sha256: ce14f16c68948af9d6d0f9b6dd05bc10a01d9b8e2d2045da0855ece59ba437d0

Contents?: true

Size: 653 Bytes

Versions: 2

Compression:

Stored size: 653 Bytes

Contents

# OryKratosClient::UpdateRegistrationFlowWithOidcMethod

## 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::UpdateRegistrationFlowWithOidcMethod.new(
  csrf_token: null,
  method: null,
  provider: null,
  traits: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.11.1 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-kratos-client-0.11.0 docs/UpdateRegistrationFlowWithOidcMethod.md