Langfuse JS/TS SDKs
    Preparing search index...

    Interface AuthenticationScheme

    This file was auto-generated by Fern from our API Definition.

    interface AuthenticationScheme {
        description: string;
        name: string;
        primary: boolean;
        specUri: string;
        type: string;
    }
    Index

    Properties

    description: string
    name: string
    primary: boolean
    specUri: string
    type: string