authn property
authn describes how to authenticate to the application when sending transactions
Implementation
@$pb.TagNumber(1)
AuthnDescriptor get authn => $_getN(0);
Implementation
@$pb.TagNumber(1)
set authn(AuthnDescriptor v) { setField(1, v); }