blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.passkey
/
AuthResult
Auth
Result
common
@
Serializable
data
class
AuthResult
(
val
credentialId
:
String
,
val
accessToken
:
String
,
val
refreshToken
:
String
)
Result of a successful authentication. Flutter-facing DTO - exposed via code generation.
Members
Constructors
Auth
Result
Link copied to clipboard
common
constructor
(
credentialId
:
String
,
accessToken
:
String
,
refreshToken
:
String
)
Properties
access
Token
Link copied to clipboard
common
val
accessToken
:
String
credential
Id
Link copied to clipboard
common
val
credentialId
:
String
refresh
Token
Link copied to clipboard
common
val
refreshToken
:
String