# IdentityType
enum IdentityType : Enum<IdentityType>
Possible identity types that can be used for identity verification.
# Entries
Alphanumeric | Alphanumeric() Identity is identified with alphanumeric symbols. |
Email() Identity is identified with email. |
# Types
Name | Summary |
---|---|
Companion | object Companion |
# Properties
Name | Summary |
---|---|
name | val name: String |
ordinal | val ordinal: Int |