Sha256: 060a0f88c10ea02f9ac9d385feb4f34efcccb2d26b34821eb1e19edf2d917588
Contents?: true
Size: 528 Bytes
Versions: 12
Compression:
Stored size: 528 Bytes
Contents
# OryHydraClient::IdentityCredentials ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **config** | **Object** | | [optional] | | **identifiers** | **Array<String>** | Identifiers represents a list of unique identifiers this credential type matches. | [optional] | | **type** | **String** | and so on. | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::IdentityCredentials.new( config: null, identifiers: null, type: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems