toggle menu
flatInvoker
common
switch theme
search in API
reaktor-auth
/
dev.shibasis.reaktor.auth.api
Package-level
declarations
Types
Types
Sign
In
Request
Link copied to clipboard
@
Serializable
data
class
SignInRequest
(
val
idToken
:
String
,
val
appId
:
Long
,
val
providerId
:
String
=
"Google"
)
Sign
In
Response
Link copied to clipboard
@
Serializable
sealed
class
SignInResponse