Add Bitbucket Cloud OAuth support

Signed-off-by: Jake Smith <jakemgsmith@gmail.com>
This commit is contained in:
Jake Smith
2025-11-22 01:47:59 +00:00
committed by Fredrik Adelöw
parent e404b12604
commit 959e6ecc5a
15 changed files with 398 additions and 46 deletions
+11 -1
View File
@@ -174,7 +174,7 @@ export interface Config {
* The username to use for authenticated requests.
* @visibility secret
*/
username: string;
username?: string;
/**
* Token used to authenticate requests.
* @visibility secret
@@ -186,6 +186,16 @@ export interface Config {
* @deprecated Use `token` instead.
*/
appPassword?: string;
/**
* OAuth client ID for Bitbucket Cloud.
* @visibility secret
*/
clientId?: string;
/**
* OAuth client secret for Bitbucket Cloud.
* @visibility secret
*/
clientSecret?: string;
/**
* PGP signing key for signing commits.
* @visibility secret