Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.82 KB

Identity.md

File metadata and controls

25 lines (20 loc) · 1.82 KB

kratos_api_dart.model.Identity

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
createdAt DateTime CreatedAt is a helper struct field for gobuffalo.pop. [optional]
credentials BuiltMap<String, IdentityCredentials> Credentials represents all credentials that can be used for authenticating this identity. [optional]
id String
recoveryAddresses BuiltList<RecoveryAddress> RecoveryAddresses contains all the addresses that can be used to recover an identity. [optional]
schemaId String SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.
schemaUrl String SchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from. format: url
state IdentityState [optional]
stateChangedAt DateTime [optional]
traits JsonObject Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in schema_url.
updatedAt DateTime UpdatedAt is a helper struct field for gobuffalo.pop. [optional]
verifiableAddresses BuiltList<VerifiableIdentityAddress> VerifiableAddresses contains all the addresses that can be verified by the user. [optional]

[Back to Model list] [Back to API list] [Back to README]