Sha256: 3c7366190834da1fb84b5aa8d1e30bd46da4b4bceb81449f503ff66b65e36423
Contents?: true
Size: 700 Bytes
Versions: 193
Compression:
Stored size: 700 Bytes
Contents
# OryClient::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. | | | **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::SubmitSelfServiceLoginFlowWithOidcMethodBody.new( csrf_token: null, method: null, provider: null, traits: null ) ```
Version data entries
193 entries across 193 versions & 1 rubygems