kalium
common
logic
/
com.wire.kalium.logic.data.auth
/
LoginDomainPath
/
SSO
SSO
data
class
SSO
(
val
ssoCode
:
String
)
:
LoginDomainPath
SSO case for Wire cloud, where the user can login using SSO.
Parameters
sso
Code
the SSO code of a cloud team.
Members
Constructors
SSO
Link copied to clipboard
constructor
(
ssoCode
:
String
)
Properties
is
Cloud
Account
Creation
Possible
Link copied to clipboard
val
isCloudAccountCreationPossible
:
Boolean
sso
Code
Link copied to clipboard
val
ssoCode
:
String
Functions
to
Log
String
Link copied to clipboard
open
override
fun
toLogString
(
)
:
String