bytesToSign property
Required. Deprecated. Migrate to Service Account Credentials API.
The bytes to sign.
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
$core.List<$core.int> get bytesToSign => $_getN(1);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
set bytesToSign($core.List<$core.int> value) => $_setBytes(1, value);