Data Authentication Status
data class DataAuthenticationStatus(val status: DataAuthenticationStatus.Status, val protocol: DataAuthenticationStatus.Protocol)
Authentication status of the data and protocol used for that purpose.
Constructors
Link copied to clipboard
fun DataAuthenticationStatus(status: DataAuthenticationStatus.Status, protocol: DataAuthenticationStatus.Protocol)
Types
Link copied to clipboard
Protocol for authentication of the data.
Link copied to clipboard
Authentication status of the data.