kalium
common
logic
/
com.wire.kalium.logic.feature.auth
/
LoginRedirectPath
/
SSO
SSO
data
class
SSO
(
val
ssoCode
:
String
)
:
LoginRedirectPath
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