updateAuth method
Updates the user's provided Auth upon its expiry. Auth expiry triggers the SDK Auth State change listener.
Warning:
- Only the user's token is expected to update. Changing any other
user's auth param will fail with
MoveAuthError.authInvalid.moveAuthmust contain new valid authentication data. Returns an error if failed.
Implementation
@Deprecated("Shutdown SDK instead.")
Future<MoveAuthError?> updateAuth(MoveAuth moveAuth) {
throw UnimplementedError('platformVersion() has not been implemented.');
}