Pawnote
    Preparing search index...

    Interface PasswordAuthenticationParams

    Parameters for password-based authentication

    interface PasswordAuthenticationParams {
        deviceUUID: string;
        kind: AccountKind;
        navigatorIdentifier?: string;
        password: string;
        token?: undefined;
        url: string;
        username: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    deviceUUID: string

    Device UUID for identification

    Account type (student, parent, etc.)

    navigatorIdentifier?: string

    Navigator identifier (optional)

    password: string

    Password for authentication

    token?: undefined

    Token should not be present

    url: string

    URL of the PRONOTE instance

    username: string

    Username for authentication