mcp-use TypeScript API
    Preparing search index...

    Interface SupabaseAmr

    A verified Supabase authentication-method reference.

    interface SupabaseAmr {
        method: string;
        timestamp?: number;
    }
    Index
    method: string

    Authentication method name, such as password or totp.

    timestamp?: number

    Unix timestamp at which the authentication method was completed.