Sha256: 142ecbde7f2ac48c393a54b98e98de19d6ed5ad1105edb228c273c871f6a9492

Contents?: true

Size: 760 Bytes

Versions: 4

Compression:

Stored size: 760 Bytes

Contents

# OryClient::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] |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::UpdateRegistrationFlowWithOidcMethod.new(
  csrf_token: null,
  method: null,
  provider: null,
  traits: null,
  transient_payload: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-client-1.1.21 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.20 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.19 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.18 docs/UpdateRegistrationFlowWithOidcMethod.md