CredentialInfo

@Serializable
data class CredentialInfo(val id: String, val displayName: String, val type: CredentialType, val prfCapable: Boolean, val createdAt: Long, val lastUsedAt: Long, val status: CredentialStatus)

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard