Skip to main content

BitbucketPassportProfile

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

Warning: This API is now obsolete.

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

Signature:

export type BitbucketPassportProfile = PassportProfile & {
id?: string;
displayName?: string;
username?: string;
avatarUrl?: string;
_json?: {
links?: {
avatar?: {
href?: string;
};
};
};
};