PortalLoginType

@Serializable(with = PortalLoginTypeSerializer::class)
sealed class PortalLoginType : UnknownStringEncodable

Signifies the login type for a portal.

Since

200.0.0

Inheritors

Types

Link copied to clipboard

Login uses a digital certificate to identify the user.

Link copied to clipboard

Login uses an OAuth 2.0 based workflow.

Link copied to clipboard
class Unknown(val unknownState: String) : PortalLoginType

Login uses a username and password to identify the user.

Link copied to clipboard

Login uses a username and password to identify the user.

Properties

Link copied to clipboard
open override val encoding: String