Skip to main content

BitbucketOAuthResult

Home > @backstage/plugin-auth-backend > BitbucketOAuthResult

Warning: This API is now obsolete.

The Bitbucket auth provider was extracted to @backstage/plugin-auth-backend-module-bitbucket-provider.

Signature:

export type BitbucketOAuthResult = {
fullProfile: BitbucketPassportProfile;
params: {
id_token?: string;
scope: string;
expires_in: number;
};
accessToken: string;
refreshToken?: string;
};

References: BitbucketPassportProfile