toggle menu
OMH Auth
androidJvm
switch theme
search in API
core
/
com.openmobilehub.android.auth.core.models
Package-level
declarations
Types
Types
Omh
Auth
Exception
Link copied to clipboard
sealed
class
OmhAuthException
(
val
statusCode
:
Int
)
:
Exception
Omh
Auth
Status
Codes
Link copied to clipboard
object
OmhAuthStatusCodes
Omh
User
Profile
Link copied to clipboard
class
OmhUserProfile
(
val
name
:
String
?
,
val
surname
:
String
?
,
val
email
:
String
?
,
val
profileImage
:
String
?
,
val
idToken
:
String
?
=
null
)