integration-react: review fixes for ScmAuth
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ type ScopeMapping = {
|
||||
};
|
||||
|
||||
class ScmAuthMux implements ScmAuthApi {
|
||||
#providers = new Array<ScmAuth>();
|
||||
#providers: Array<ScmAuth>;
|
||||
|
||||
constructor(providers: ScmAuth[]) {
|
||||
this.#providers = providers;
|
||||
|
||||
@@ -59,7 +59,7 @@ export interface ScmAuthTokenResponse {
|
||||
/**
|
||||
* ScmAuthApi provides methods for authenticating towards source code management services.
|
||||
*
|
||||
* As opposed to using the using the GitHub, GitLab and other auth APIs
|
||||
* As opposed to using the GitHub, GitLab and other auth APIs
|
||||
* directly, this API allows for more generic access to SCM services.
|
||||
*
|
||||
* @public
|
||||
|
||||
Reference in New Issue
Block a user