DeviceCodeResponse constructor
const
DeviceCodeResponse({})
Implementation
const DeviceCodeResponse({
required this.deviceCode,
required this.userCode,
required this.verificationUri,
required this.interval,
required this.expiresIn,
});