-
Notifications
You must be signed in to change notification settings - Fork 0
Session
Dan M edited this page Mar 29, 2022
·
2 revisions
Session keeps track of all the session data created by AppAuthHelper.
It is not recommended to manually edit this data yourself. Instead, keep to the methods within AppAuthHelper.
The TokenResponse Object last received from a login or refresh token call.
The main token in string form.
The refresh token of the current token.
Stores the fields within the token, decoded using Jaguar JWT
The DateTime that the current token expires at and will need to be refreshed before
The Duration before the token expires at that it will attempt to refresh. Defaults to Duration(seconds: 10)
Disables the colors for the static Session Log object.
Models - Currently Empty