Unknown

data class Unknown(val raw: JsonObject, val type: AuthenticationType.Unknown?) : AuthenticationRequest

Constructors

Link copied to clipboard
constructor(raw: JsonObject, type: AuthenticationType.Unknown?)

Properties

Link copied to clipboard
val raw: JsonObject
Link copied to clipboard
open override val type: AuthenticationType.Unknown?