Credential Info
@Serializable
Information about a registered credential. Flutter-facing DTO - exposed via code generation.
Constructors
Link copied to clipboard
constructor(id: String, displayName: String, type: CredentialType, prfCapable: Boolean, createdAt: Long, lastUsedAt: Long, status: CredentialStatus)