kalium
common
logic
/
com.wire.kalium.logic.feature.auth.sso
/
SSORedirects
SSORedirects
data
class
SSORedirects
(
val
success
:
String
,
val
error
:
String
)
Members
Constructors
SSORedirects
Link copied to clipboard
constructor
(
serverConfigId
:
String
)
constructor
(
success
:
String
,
error
:
String
)
Properties
error
Link copied to clipboard
val
error
:
String
success
Link copied to clipboard
val
success
:
String