Sha256: e351d40e676ebfacf9d975809622ad73f94e12c87be11165d27c3d13a72c035c
Contents?: true
Size: 601 Bytes
Versions: 109
Compression:
Stored size: 601 Bytes
Contents
# OryClient::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-client' instance = OryClient::IdentityWithCredentialsOidcConfigProvider.new( provider: null, subject: null ) ```
Version data entries
109 entries across 109 versions & 1 rubygems