audience property

  1. @TagNumber.new(3)
String get audience

Required. The audience for the token, such as the API or account that this token grants access to.

Implementation

@$pb.TagNumber(3)
$core.String get audience => $_getSZ(2);
  1. @TagNumber.new(3)
set audience (String value)

Implementation

@$pb.TagNumber(3)
set audience($core.String value) => $_setString(2, value);