Sha256: e81fea0110a0e2c10cc31ffe0cf706a773f5d4b2e2722a97d2a0b9a48e76e2f0
Contents?: true
Size: 615 Bytes
Versions: 115
Compression:
Stored size: 615 Bytes
Contents
# OryClient::AdminCreateIdentityImportCredentialsOidcProvider ## 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::AdminCreateIdentityImportCredentialsOidcProvider.new( provider: null, subject: null ) ```
Version data entries
115 entries across 115 versions & 1 rubygems