mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-27 15:23:11 +00:00
1.5.0
This commit is contained in:
@ -31,6 +31,8 @@ export default class Authentication
|
||||
{
|
||||
constructor(type)
|
||||
{
|
||||
this.method = 0;
|
||||
this.tokenIndex = 0;
|
||||
this.type = type;
|
||||
this.state = 0;
|
||||
this.domain = null;
|
||||
|
7
src/Security/Authority/AuthenticationMethod.js
Normal file
7
src/Security/Authority/AuthenticationMethod.js
Normal file
@ -0,0 +1,7 @@
|
||||
export default
|
||||
{
|
||||
None: 0,
|
||||
Certificate: 1,
|
||||
Credentials: 2,
|
||||
Token: 3
|
||||
};
|
Reference in New Issue
Block a user