Pinggy SDK - v0.2.4
    Preparing search index...

    Type Alias BasicAuthItem

    Basic authentication item with username and password.

    type BasicAuthItem = {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string
    username: string