interface OidcBridgeHandle {
    detach: () => void;
}

Properties

Properties

detach: () => void