interface SessionProvider {
    getSessionId(): null | string;
}

Methods

Methods