mysa-js-sdk
    Preparing search index...

    Interface MysaCredentials

    Interface representing the credentials of a Mysa account.

    The client authenticates with these credentials on demand, and re-authenticates with them whenever its session can no longer be refreshed. They are held for the lifetime of the client.

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

    The password of the Mysa account.

    username: string

    The email address of the Mysa account.