SSO

data class SSO(val ssoCode: String) : LoginDomainPath

SSO case for Wire cloud, where the user can login using SSO.

Parameters

ssoCode

the SSO code of a cloud team.

Constructors

Link copied to clipboard
constructor(ssoCode: String)

Properties

Link copied to clipboard
Link copied to clipboard
val ssoCode: String

Functions

Link copied to clipboard
open override fun toLogString(): String