wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.auth
/
AuthToken
Auth
Token
@
Serializable
data
class
AuthToken
(
issuer
:
String
,
principalAccount
:
String
,
issuedAt
:
Instant
,
expiresAt
:
Instant
,
clientDomain
:
String
?
)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
prettify
Link copied to clipboard
fun
prettify
(
)
:
String
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
account
Link copied to clipboard
val
account
:
String
Content copied to clipboard
clientDomain
Link copied to clipboard
val
clientDomain
:
String
?
=
null
Content copied to clipboard
expiresAt
Link copied to clipboard
val
expiresAt
:
Instant
Content copied to clipboard
issuedAt
Link copied to clipboard
val
issuedAt
:
Instant
Content copied to clipboard
issuer
Link copied to clipboard
val
issuer
:
String
Content copied to clipboard
memo
Link copied to clipboard
val
memo
:
ULong
?
Content copied to clipboard
token
Link copied to clipboard
lateinit
var
token
:
String
Content copied to clipboard