Sha256: f05e8d8e8f407f2665203f70052d37eac095d3c24510d0cb9576cd1aba8c8add
Contents?: true
Size: 634 Bytes
Versions: 3
Compression:
Stored size: 634 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::AdminCreateIdentityImportCredentialsOidcProvider.new( provider: null, subject: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems