Search
Preparing search index...
The search index is not available
@sentinel-one/management-node-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Authenticator
Class Authenticator
Hierarchy
Authenticator
Index
Constructors
constructor
Properties
_is
Auth
api
Call
end
Points
entity
Name
Accessors
is
Auth
Methods
auth
With
App
authenticate
build
Login
Params
login
ByApi
Token
login
ByRecovery
Code
login
ByToken
login
ByUser
Pass
logout
post
Authentication
Constructors
constructor
new
Authenticator
(
apiCall
:
ApiCall
)
:
Authenticator
Parameters
apiCall:
ApiCall
Returns
Authenticator
Properties
Private
_is
Auth
_is
Auth
:
boolean
= false
Private
api
Call
api
Call
:
ApiCall
end
Points
end
Points
:
AuthenticatorEndPointTypes
= AuthEndPoints.AuthenticatorEndPointNames
entity
Name
entity
Name
:
string
= endPointsEntities.authenticator
Accessors
is
Auth
is
Auth
:
Methods
Private
auth
With
App
auth
With
App
(
code
:
string
)
:
Promise
<
SDKRespond
>
Parameters
code:
string
Returns
Promise
<
SDKRespond
>
authenticate
authenticate
(
auth
:
AuthRequest
)
:
Promise
<
SDKRespond
>
Parameters
auth:
AuthRequest
Returns
Promise
<
SDKRespond
>
Private
build
Login
Params
build
Login
Params
(
username
:
string
, password
:
string
)
:
object
Parameters
username:
string
password:
string
Returns
object
data
:
object
password
:
string
remember
Me
:
boolean
username
:
string
Private
login
ByApi
Token
login
ByApi
Token
(
apiToken
:
string
)
:
Promise
<
SDKRespond
>
Parameters
apiToken:
string
Returns
Promise
<
SDKRespond
>
Private
login
ByRecovery
Code
login
ByRecovery
Code
(
code
:
string
)
:
Promise
<
SDKRespond
>
Parameters
code:
string
Returns
Promise
<
SDKRespond
>
Private
login
ByToken
login
ByToken
(
token
:
string
)
:
Promise
<
SDKRespond
>
Parameters
token:
string
Returns
Promise
<
SDKRespond
>
Private
login
ByUser
Pass
login
ByUser
Pass
(
authData
:
any
)
:
Promise
<
SDKRespond
>
Parameters
authData:
any
Returns
Promise
<
SDKRespond
>
logout
logout
(
)
:
Promise
<
SDKRespond
>
Returns
Promise
<
SDKRespond
>
Private
post
Authentication
post
Authentication
(
res
:
SDKRespond
)
:
Promise
<
void
>
Parameters
res:
SDKRespond
Returns
Promise
<
void
>
Globals
Authenticator
constructor
_is
Auth
api
Call
end
Points
entity
Name
is
Auth
auth
With
App
authenticate
build
Login
Params
login
ByApi
Token
login
ByRecovery
Code
login
ByToken
login
ByUser
Pass
logout
post
Authentication
Generated using
TypeDoc