@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface OnSessionVerificationChangedInput

    Input for SecurityModule.onSessionVerificationChanged method.

    OnSessionVerificationChangedInput

    interface OnSessionVerificationChangedInput {
        handleId: HandleId;
        handler: (status: boolean) => void;
    }
    Index

    Properties

    Properties

    handleId: HandleId

    the handle ID owned by this client

    handler: (status: boolean) => void

    the handler to call when the session verification status changes