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

Implemented by

Methods