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

    Class DcrTokenVerifier

    DCR Token Verifier validates access tokens via Authorization Server

    This implements proper OAuth 2.0 architecture where the Resource Server (MCP server) validates tokens by calling the Authorization Server's verification endpoint rather than accessing token storage directly.

    Index
    • Verify an access token by calling the Authorization Server

      Parameters

      • token: string

        Bearer access token to validate

      Returns Promise<AuthInfo>

      AuthInfo with token metadata and provider tokens

      Error if token is invalid or verification fails