Sha256: 10169f719eb91ca040bf772c758d28defbf21cb89c364325abed42fd6ba39b88
Contents?: true
Size: 670 Bytes
Versions: 23
Compression:
Stored size: 670 Bytes
Contents
# OryClient::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-client' instance = OryClient::UpdateLoginFlowWithOidcMethod.new( csrf_token: null, method: null, provider: null, traits: null ) ```
Version data entries
23 entries across 23 versions & 1 rubygems