principal property

  1. @TagNumber(1)
String principal

The authenticated principal. Reflects the issuer (iss) and subject (sub) claims within a JWT. The issuer and subject should be / delimited, with / percent-encoded within the subject fragment. For Google accounts, the principal format is: "https://accounts.google.com/{id}"

Implementation

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

Implementation

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