blockchain-kit-sdk
Toggle table of contents
1.0.22-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.storage.backup.cloud
/
AuthResult
Auth
Result
common
data
class
AuthResult
(
val
email
:
String
,
val
displayName
:
String
?
,
val
userId
:
String
?
,
val
isSignedIn
:
Boolean
)
Result of a successful authentication.
Members
Constructors
Auth
Result
Link copied to clipboard
common
constructor
(
email
:
String
,
displayName
:
String
?
,
userId
:
String
?
,
isSignedIn
:
Boolean
)
Properties
display
Name
Link copied to clipboard
common
val
displayName
:
String
?
email
Link copied to clipboard
common
val
email
:
String
is
Signed
In
Link copied to clipboard
common
val
isSignedIn
:
Boolean
user
Id
Link copied to clipboard
common
val
userId
:
String
?