interface ISelfHostedTokenClient {
    createAccessToken(repositoryId: string, body: LfApiClientCore.CreateConnectionRequest): Promise<LfApiClientCore.SessionKeyInfo>;
}

Implemented by

Methods