mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-27 15:23:11 +00:00
Esiur 1.2.3
This commit is contained in:
@ -26,14 +26,8 @@
|
||||
|
||||
"use strict";
|
||||
|
||||
export const AuthenticationType = {
|
||||
Host: 0,
|
||||
CoHost: 1,
|
||||
Client: 2,
|
||||
Alien: 3
|
||||
};
|
||||
|
||||
export default class Authentication
|
||||
export default class Authentication
|
||||
{
|
||||
constructor(type)
|
||||
{
|
||||
@ -47,6 +41,4 @@
|
||||
{
|
||||
return this.domain + "@" + this.username;
|
||||
}
|
||||
}
|
||||
|
||||
export {Authentication};
|
||||
}
|
6
src/Security/Authority/AuthenticationType.js
Normal file
6
src/Security/Authority/AuthenticationType.js
Normal file
@ -0,0 +1,6 @@
|
||||
export default { //const AuthenticationType = {
|
||||
Host: 0,
|
||||
CoHost: 1,
|
||||
Client: 2,
|
||||
Alien: 3
|
||||
};
|
Reference in New Issue
Block a user