UNPKG

@convergence/convergence

Version:
8 lines (7 loc) 318 B
export declare enum AuthenticationMethods { ANONYMOUS = "anonymous", PASSWORD = "password", JWT = "jwt", RECONNECT = "reconnect" } export declare type AuthenticationMethod = AuthenticationMethods.ANONYMOUS | AuthenticationMethods.PASSWORD | AuthenticationMethods.JWT | AuthenticationMethods.RECONNECT;