@suluk/better-auth - v0.2.0
    Preparing search index...

    Interface VerifyApiKeyOptions

    interface VerifyApiKeyOptions {
        requireScopes?: string[];
    }
    Index

    Properties

    Properties

    requireScopes?: string[]

    require the key to carry these scopes (checked in the SAME call via Better Auth permissions, services/auth.ts:133-147).