ResendAfterAuthenticationChange(target, propertyKey): any
Outbounds decorated with this decorator are re-sent to the client once the client's authentication changes.
The authentication change is detected when a method decorated with @ModifiesAuthentication is called by the client.
Outbounds decorated with this decorator are re-sent to the client once the client's authentication changes. The authentication change is detected when a method decorated with
@ModifiesAuthentication
is called by the client.