@backstage/integration-react
Home > @backstage/integration-react
Frontend package for managing integrations towards external systems
Classes
Class |
Description |
---|---|
An implementation of the ScmAuthApi that merges together OAuthApi instances to form a single instance that can handles authentication for multiple providers. | |
Factory class for creating ScmIntegrationRegistry instances. |
Functions
Function |
Description |
---|---|
An icon that represents a certain SCM integration. |
Interfaces
Interface |
Description |
---|---|
ScmAuthApi provides methods for authenticating towards source code management services. As opposed to using the GitHub, GitLab and other auth APIs directly, this API allows for more generic access to SCM services. | |
The options that control a ScmAuthApi.getCredentials() call. | |
The response from a ScmAuthApi.getCredentials() call. |
Variables
Variable |
Description |
---|---|
The ApiRef for the ScmAuthApi. | |
The API that holds all configured SCM integrations. |
Type Aliases
Type Alias |
Description |
---|---|
Props for ScmIntegrationIcon(). |