authenticationKeyId property
ID is the read-only unique identifier of the authentication key.
Implementation
@$pb.TagNumber(1)
$core.String get authenticationKeyId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set authenticationKeyId($core.String v) { $_setString(0, v); }