Preparing search index...
The search index is not available
Cumulocity Web SDK - v1021.3.1
Cumulocity Web SDK
IAuthentication
Interface IAuthentication
Used for header based Authentication.
interface
IAuthentication
{
getCometdHandshake
(
config
?:
object
)
:
object
;
getFetchOptions
(
options
?:
IFetchOptions
)
:
IFetchOptions
;
logout
(
)
:
any
;
updateCredentials
(
credentials
:
ICredentials
)
:
string
;
}
Implemented by
BasicAuth
BearerAuth
CookieAuth
MicroserviceClientRequestAuth
Index
Methods
get
Cometd
Handshake
get
Fetch
Options
logout
update
Credentials
Methods
get
Cometd
Handshake
get
Cometd
Handshake
(
config
?
)
:
object
Parameters
Optional
config
:
object
Returns
object
get
Fetch
Options
get
Fetch
Options
(
options
?
)
:
IFetchOptions
Parameters
Optional
options
:
IFetchOptions
Returns
IFetchOptions
logout
logout
(
)
:
any
Returns
any
update
Credentials
update
Credentials
(
credentials
)
:
string
Parameters
credentials
:
ICredentials
Returns
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Cometd
Handshake
get
Fetch
Options
logout
update
Credentials
Cumulocity Web SDK - v1021.3.1
Loading...
Used for header based Authentication.