userCode property
The user_code returned by the device authorization request and provided to the user by the device.
Implementation
@$pb.TagNumber(1)
$core.String get userCode => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set userCode($core.String value) => $_setString(0, value);