Searched refs:AuthType (Results 1 – 7 of 7) sorted by relevance
16 import { AuthType } from './AuthType.js';22 private _authType: number = AuthType.AUTH_NONE; // uint8_t auth none
16 export class AuthType { class
26 import { AuthType } from '../message/AuthType.js';59 AuthType.AUTH_NONE,
25 enum AuthType { AUTH_NONE, AUTH_TOKEN, AUTH_SIGNATURE, AUTH_PUBLICKEY, AUTH_OK }; enum