IO Wallet SDK
    Preparing search index...

    Type Alias ClientAuthenticationCallback

    ClientAuthenticationCallback: (
        options: ClientAuthenticationCallbackOptions,
    ) => Promise<void> | void

    Callback method to determine the client authentication for a request.

    Type Declaration