@mcp-z/oauth
    Preparing search index...

    Interface RFC9728Metadata

    RFC 9728 Protected Resource Metadata

    interface RFC9728Metadata {
        authorization_servers: string[];
        bearer_methods_supported: string[];
        resource: string;
        scopes_supported: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Allow additional provider-specific fields

    Index

    Properties

    authorization_servers: string[]

    List of authorization servers that can issue tokens for this resource

    bearer_methods_supported: string[]

    Methods for providing bearer tokens (typically ['header'])

    resource: string

    Protected resource URL

    scopes_supported: string[]

    OAuth scopes supported by this resource