Cumulocity Web SDK - v1022.44.3
    Preparing search index...

    Interface IAuthentication

    Used for header based Authentication.

    interface IAuthentication {
        getCometdHandshake(config?: object): object;
        getFetchOptions(options?: IFetchOptions): IFetchOptions;
        logout(): void | Promise<any>;
        updateCredentials(credentials: ICredentials): string;
    }

    Implemented by

    Index

    Methods