Sha256: 1d3e2448a027bb5996d54ded38a5dd24a2c5e084a41f6b156fad7473afce831a
Contents?: true
Size: 634 Bytes
Versions: 19
Compression:
Stored size: 634 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] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateRegistrationFlowWithOidcMethod.new( csrf_token: null, method: null, provider: null, traits: null ) ```
Version data entries
19 entries across 19 versions & 1 rubygems