endpoint property

  1. @TagNumber(2)
String endpoint

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

Implementation

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

Implementation

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