ThirdPIdAuthFailed

@Serializable
data class ThirdPIdAuthFailed(val error: String? = null) : ErrorResponse

Authentication could not be performed on the third party identifier.

Constructors

Link copied to clipboard
constructor(error: String? = null)

Properties

Link copied to clipboard
open override val error: String? = null