authenticationKeyId property

  1. @TagNumber(1)
String authenticationKeyId

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

Implementation

@$pb.TagNumber(1)
$core.String get authenticationKeyId => $_getSZ(0);
  1. @TagNumber(1)
void authenticationKeyId=(String v)

Implementation

@$pb.TagNumber(1)
set authenticationKeyId($core.String v) { $_setString(0, v); }