Sha256: 1133feb509304e4bdc0b2598a905b6aefa44bf76095cc24bed35a40fb99d360e

Contents?: true

Size: 577 Bytes

Versions: 2

Compression:

Stored size: 577 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-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-client-0.0.1.alpha17 docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha16 docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md