Sha256: af7e6424abd14ab80db699e03108d7987e9f89c3605440c1d198ea505e10db65
Contents?: true
Size: 620 Bytes
Versions: 6
Compression:
Stored size: 620 Bytes
Contents
# OryKratosClient::IdentityWithCredentialsOidcConfigProvider ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **provider** | **String** | The OpenID Connect provider to link the subject to. Usually something like `google` or `github`. | | | **subject** | **String** | The subject (`sub`) of the OpenID Connect connection. Usually the `sub` field of the ID Token. | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::IdentityWithCredentialsOidcConfigProvider.new( provider: null, subject: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems