refresh method

Future<Authentication> refresh()

This is used to update the authentication status after executing verify, for example.

verifyを実行したあと等に認証のステータスを更新したいときに利用します。

Implementation

Future<Authentication> refresh() => tryRestoreAuth();