Sha256: 2094c585cc165612164192b53e857a1a108c687778a8a0daed3b9b33dbb2e4b6

Contents?: true

Size: 584 Bytes

Versions: 2

Compression:

Stored size: 584 Bytes

Contents

# OryHydraClient::SubmitSelfServiceLoginFlowWithOidcMethodBody

## 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. |  |
| **traits** | **String** | The provider to register with |  |

## Example

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

instance = OryHydraClient::SubmitSelfServiceLoginFlowWithOidcMethodBody.new(
  csrf_token: null,
  method: null,
  traits: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.1.alpha1 docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md
ory-kratos-client-0.7.0.alpha1 docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md