@inrupt/solid-client-access-grants
    Preparing search index...

    Interface RedirectOptions

    Optional parameters to customise the behaviour of methods the redirect a user, e.g., [[redirectToRequestor]]

    • redirectCallback: used in Node.js for handling the redirect for handling server-side usage
    interface RedirectOptions {
        redirectCallback?: (url: string) => void;
    }
    Index

    Properties

    redirectCallback?: (url: string) => void