Sha256: d71f01e7228643027b4058f90dbad35b0554f1091fc55f0e72dc5ae840ac7b62
Contents?: true
Size: 417 Bytes
Versions: 2
Compression:
Stored size: 417 Bytes
Contents
# OryKratosClient::IdentityCredentialsCode ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **address_type** | **String** | The type of the address for this code | [optional] | | **used_at** | **Time** | | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::IdentityCredentialsCode.new( address_type: null, used_at: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-1.2.1 | docs/IdentityCredentialsCode.md |
ory-kratos-client-1.1.0 | docs/IdentityCredentialsCode.md |