ping-identity
    Preparing search index...

    Interface BindingClient

    Reusable client for device binding and signing-verifier operations.

    interface BindingClient {
        bindForJourney(
            journey: JourneyInstance,
            options?: BindingJourneyBindOptions,
        ): Promise<BindingJourneyResult>;
        signForJourney(
            journey: JourneyInstance,
            options?: BindingJourneySignOptions,
        ): Promise<BindingJourneyResult>;
    }
    Index

    Methods