MoEngage-Android-SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
MoEngage-Android-SDK
core
/
com.moengage.core.model.authentication
/
AuthenticationData
Authentication
Data
sealed
class
AuthenticationData
Different types of authentication data.
Inheritors
Jwt
Members
Types
Jwt
Link copied to clipboard
data
class
Jwt
(
val
token
:
String
,
val
userIdentifier
:
String
)
:
AuthenticationData
Authentication using JWT (JSON Web Token).