StatusInfo

@Serializable
data class StatusInfo(var status: CredentialStatus, val nextUpdate: Instant? = null, val error: MobileCredentialStatusCheckFailureType? = null)

Constructors

Link copied to clipboard
constructor(status: CredentialStatus, nextUpdate: Instant? = null, error: MobileCredentialStatusCheckFailureType? = null)

Properties

Link copied to clipboard
Link copied to clipboard
@EncodeDefault
val nextUpdate: Instant? = null
Link copied to clipboard