DeviceCodeChallenge constructor
Implementation
const DeviceCodeChallenge({
required this.deviceAuthId,
required this.userCode,
required this.verificationUrl,
required this.intervalSeconds,
});
const DeviceCodeChallenge({
required this.deviceAuthId,
required this.userCode,
required this.verificationUrl,
required this.intervalSeconds,
});