Asks this instance to update an existing AuthToken for server
.
This method must must update an existing AuthToken, found by oldAccessToken
,
with the values newAccessToken
, newIssueDate
and newExpirationDate
.
Source
FutureOr refreshTokenWithAccessToken(AuthServer server, String oldAccessToken, String newAccessToken, DateTime newIssueDate, DateTime newExpirationDate);