poll method
Polls the token endpoint once for deviceCode.
Implementation
Future<AuthClientDeviceAccessToken> poll({
required String clientId,
required String deviceCode,
}) => _core.pollDeviceToken(clientId: clientId, deviceCode: deviceCode);
Polls the token endpoint once for deviceCode.
Future<AuthClientDeviceAccessToken> poll({
required String clientId,
required String deviceCode,
}) => _core.pollDeviceToken(clientId: clientId, deviceCode: deviceCode);