SrtInputNode.removePassphrase() method
Removes a (route, user) access grant from this listener (omit user for the anonymous identity).
Signature:
removePassphrase(grant: {
route: string;
user?: string;
}): void;
Removes a (route, user) access grant from this listener (omit user for the anonymous identity).
Signature:
removePassphrase(grant: {
route: string;
user?: string;
}): void;