Retrieve cached OAuth Id Token.
@override Future<String?> getIdToken() async => (await _authStorage.loadTokenFromCache()).idToken;