Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    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

    Index

    Methods