Credential Health Response
data class CredentialHealthResponse(val errorCode: String? = null, val errorMessage: String? = null, val status: String? = null)
The health of the auth credential.
Constructors
Link copied to clipboard
fun CredentialHealthResponse(errorCode: String? = null, errorMessage: String? = null, status: String? = null)