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

    Interface OAuthProtectedResourceContributionAlpha

    Alpha. Shape contributed at ctx.oauthProtectedResource.

    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 OAuthProtectedResourceContribution {
        resourceMetadataUrl: string;
    }
    Index

    Properties

    resourceMetadataUrl: string

    Absolute URL of this resource's OAuth Protected Resource Metadata document (RFC 9728).