shade
latest
auth
/
inkapplications.shade.auth.structures
/
AppId
App
Id
@
Serializable
(
with
=
AppId.Serializer::class
)
data
class
AppId
(
val
appName
:
String
,
val
instanceName
:
String
)
Identifies an app connection upon auth
Constructors
Properties
Constructors
App
Id
Link copied to clipboard
fun
AppId
(
appName
:
String
,
instanceName
:
String
)
Properties
app
Name
Link copied to clipboard
val
appName
:
String
instance
Name
Link copied to clipboard
val
instanceName
:
String