Searched defs:AuthType (Results 1 – 2 of 2) sorted by relevance
16 export class AuthType { class
25 enum AuthType { AUTH_NONE, AUTH_TOKEN, AUTH_SIGNATURE, AUTH_PUBLICKEY, AUTH_OK }; enum