Pawnote
    Preparing search index...

    Interface BaseAuthenticationParams

    Base interface for authentication parameters

    interface BaseAuthenticationParams {
        deviceUUID: string;
        kind: AccountKind;
        navigatorIdentifier?: string;
        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)

    url: string

    URL of the PRONOTE instance

    username: string

    Username for authentication