Object returned after successful login to DappBot.
Authorization is the exact token which should go
into the Authorization header (no Bearer).
RefreshToken is used to get new Authorization
after it expires at ExpiresAt, which is a date
encoded as an ISO string.
Object returned after successful login to DappBot.
Authorization
is the exact token which should go into theAuthorization
header (noBearer
). RefreshToken is used to get newAuthorization
after it expires atExpiresAt
, which is a date encoded as an ISO string.