edgeport - v1.0.3
    Preparing search index...

    Interface AuthOptions

    Credentials and methods to attempt, in the order the caller provides them.

    interface AuthOptions {
        onKeyboardInteractive?: (prompts: KeyboardPrompt[]) => Promise<string[]>;
        password?: string;
        privateKey?: CryptoKey | { passphrase?: string; pem: string };
        username: string;
    }
    Index
    onKeyboardInteractive?: (prompts: KeyboardPrompt[]) => Promise<string[]>
    password?: string
    privateKey?: CryptoKey | { passphrase?: string; pem: string }
    username: string