Sha256: 2474fc37a260af2866cf9d53a56a0307f147cb19ccf499b7e3f8c094cbdac25a
Contents?: true
Size: 586 Bytes
Versions: 15
Compression:
Stored size: 586 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::SubmitSelfServiceLoginFlowWithOidcMethodBody.new( csrf_token: null, method: null, traits: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems