Sha256: d61bf0f7492bab9e010c25860b91880560493ce4e89c7ed2e3fdbe71cec82684

Contents?: true

Size: 1.54 KB

Versions: 23

Compression:

Stored size: 1.54 KB

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] |
| **upstream_parameters** | **Object** | UpstreamParameters are the parameters that are passed to the upstream identity provider.  These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: `login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. `hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`. `prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`. | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-client-1.2.5 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.2.4 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.2.3 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.2.2 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.2.1 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.2.0 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.51 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.50 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.49 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.48 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.47 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.46 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.45 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.44 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.41 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.40 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.39.alpha0 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.39 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.38 docs/UpdateRegistrationFlowWithOidcMethod.md
ory-client-1.1.37 docs/UpdateRegistrationFlowWithOidcMethod.md