@supabase/server - v1.7.0
    Preparing search index...

    Interface UnauthorizedResponseOptionsAlpha

    Alpha. Options for unauthorizedResponse.

    The OAuth Protected Resource surface is alpha — the config shape, the contributed context key, and the metadata route may change in a minor release.

    interface UnauthorizedResponseOptions {
        resourceMetadataUrl?: string;
    }
    Index

    Properties

    resourceMetadataUrl?: string

    Absolute URL override for the resource metadata endpoint.