keysEndpoint property
The endpoint to the key (JWK) which is used to sign the JWT with.
Implementation
@$pb.TagNumber(3)
$core.String get keysEndpoint => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set keysEndpoint($core.String value) => $_setString(2, value);