wa-chat-server
Version:
Watson Assistant powered chat server
11 lines (10 loc) • 375 B
TypeScript
export declare class AuthenticationPreProcessingServiceTest {
private config;
private authService;
private user;
constructor();
private getLogger;
private givenUserAuthenticatedWhenConversationCalledThenAuthenticationContextSet;
private givenUserNotAuthenticationWhenConversationCalledThenAuthenticationContextNotSet;
test(): Promise<void>;
}