principal property
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);
Implementation
@$pb.TagNumber(1)
set principal($core.String v) { $_setString(0, v); }