Skip to main content

DefaultGithubCredentialsProvider

Home > @backstage/integration > DefaultGithubCredentialsProvider

Handles the creation and caching of credentials for GitHub integrations.

Signature:

class DefaultGithubCredentialsProvider implements GithubCredentialsProvider 

Implements: GithubCredentialsProvider

Remarks

TODO: Possibly move this to a backend only package so that it's not used in the frontend by mistake

Methods

MethodModifiersDescription
fromIntegrations(integrations)static
getCredentials(opts)Returns GithubCredentials for a given URL.