Pawnote
    Preparing search index...

    Interface TokenAuthenticationParams

    Parameters for token-based authentication

    interface TokenAuthenticationParams {
        deviceUUID: string;
        kind: AccountKind;
        navigatorIdentifier?: string;
        password?: undefined;
        token: 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)

    password?: undefined

    Password should not be present

    token: string

    Token for authentication

    url: string

    URL of the PRONOTE instance

    username: string

    Username for authentication