Sha256: 6cae82470e65e7834efa071ab929716db146760e28be34f25c9e6b874c104cf9
Contents?: true
Size: 759 Bytes
Versions: 13
Compression:
Stored size: 759 Bytes
Contents
# OryHydraClient::IdentityCredentials ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **config** | **Object** | | [optional] | | **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] | | **identifiers** | **Array<String>** | Identifiers represents a list of unique identifiers this credential type matches. | [optional] | | **type** | **String** | and so on. | [optional] | | **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] | ## Example ```ruby require 'ory-client' instance = OryHydraClient::IdentityCredentials.new( config: null, created_at: null, identifiers: null, type: null, updated_at: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems