onvif
    Preparing search index...

    Interface UserCredential

    interface UserCredential {
        extension?: Extension;
        password?: string;
        token?: string;
        userName: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    extension?: Extension
    password?: string

    optional password, device shall not return the credentials (password) in the reply.

    token?: string

    optional access token, device shall not return the credentials (token) in the reply.

    userName: string

    User name