Member Junction
    Preparing search index...

    Interface BasicAuthCredentialValues

    Values for "Basic Auth" credential type.

    interface BasicAuthCredentialValues {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string
    username: string