presenter property
The authorized presenter of the credential. Reflects the optional
Authorized Presenter (azp) claim within a JWT or the
OAuth client id. For example, a Google Cloud Platform client id looks
as follows: "123456789012.apps.googleusercontent.com".
Implementation
@$pb.TagNumber(3)
$core.String get presenter => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set presenter($core.String v) { $_setString(2, v); }