endpoint property

  1. @TagNumber(3)
String endpoint

the Momento endpoint that this token is allowed to make requests against

Implementation

@$pb.TagNumber(3)
$core.String get endpoint => $_getSZ(2);
  1. @TagNumber(3)
void endpoint=(String v)

Implementation

@$pb.TagNumber(3)
set endpoint($core.String v) {
  $_setString(2, v);
}