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

    Interface ResourceMetadataOptionsAlpha

    Alpha. Options for resourceMetadataResponse.

    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 ResourceMetadataOptions {
        resource?: string;
        authorizationServers?: string[];
    }
    Index

    Properties

    resource?: string

    Override the resource URI.

    authorizationServers?: string[]

    Override the authorization servers list.