toggle menu
flatInvoker
common
switch theme
search in API
reaktor-auth
/
dev.shibasis.reaktor.auth.api
/
SignInResponse
/
Failure
Failure
@
Serializable
sealed
class
Failure
:
SignInResponse
Inheritors
InvalidGoogleIdToken
InvalidAppId
RequiresSignUp
ServerError
Members
Types
Invalid
App
Id
Link copied to clipboard
@
Serializable
data
object
InvalidAppId
:
SignInResponse.Failure
Invalid
Google
Id
Token
Link copied to clipboard
@
Serializable
data
object
InvalidGoogleIdToken
:
SignInResponse.Failure
Requires
Sign
Up
Link copied to clipboard
@
Serializable
data
class
RequiresSignUp
(
val
socialId
:
String
)
:
SignInResponse.Failure
Server
Error
Link copied to clipboard
@
Serializable
class
ServerError
(
val
message
:
String
)
:
SignInResponse.Failure