Sha256: 5348229d161cc3a366caab9c685a030d7405ecaf4ec23a8e10ea26ebe699642c

Contents?: true

Size: 689 Bytes

Versions: 2

Compression:

Stored size: 689 Bytes

Contents

# OryKratosClient::UpdateLoginFlowWithOidcMethod

## 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. This is a placeholder for the registration flow. | [optional] |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::UpdateLoginFlowWithOidcMethod.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/UpdateLoginFlowWithOidcMethod.md
ory-kratos-client-0.11.0 docs/UpdateLoginFlowWithOidcMethod.md