@accelerated-software-development/caddy-api-client - v0.4.3
    Preparing search index...

    Interface CryptoKeyConfig

    Crypto key configuration

    interface CryptoKeyConfig {
        source?: string;
        tokenName?: string;
    }
    Index

    Properties

    Properties

    source?: string

    Token source (header, cookie, query)

    "cookie"
    
    tokenName?: string

    Token name

    "access_token"