Search
Preparing search index...
The search index is not available
@netgrif/components-core
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@netgrif/components-core
BasicAuthenticationService
Class BasicAuthenticationService
Hierarchy
AuthenticationMethodService
BasicAuthenticationService
Index
Constructors
constructor
Methods
login
logout
Constructors
constructor
new
Basic
Authentication
Service
(
_http
:
HttpClient
, _config
:
ConfigurationService
)
:
BasicAuthenticationService
Parameters
_http:
HttpClient
_config:
ConfigurationService
Returns
BasicAuthenticationService
Methods
login
login
(
credentials
?:
Credentials
)
:
Observable
<
UserResource
>
Parameters
credentials:
Credentials
= ...
Returns
Observable
<
UserResource
>
logout
logout
(
)
:
Observable
<
object
>
Returns
Observable
<
object
>
Exports
Basic
Authentication
Service
constructor
login
logout
Generated using
TypeDoc