authenticationKeyId property

  1. @TagNumber.new(1)
String get authenticationKeyId

ID is the read-only unique identifier of the authentication key.

Implementation

@$pb.TagNumber(1)
$core.String get authenticationKeyId => $_getSZ(0);
  1. @TagNumber.new(1)
set authenticationKeyId (String value)

Implementation

@$pb.TagNumber(1)
set authenticationKeyId($core.String value) => $_setString(0, value);