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

    Function getAccessManagementUi

    • Get the endpoint where the user prefers to be redirected when asked for access. If the user does not specify an endpoint, this function attempts to discover the default access UI recommended by their Pod provider.

      Parameters

      • webId: string | URL

        The WebID of the user asked for access.

      • options: Pick<AccessBaseOptions, "fetch"> = {}

        Optional properties to customise the access request behaviour.

      Returns Promise<undefined | string>

      The URL where the user should be redirected, if discoverable.

      0.4.0