Skip to content

dependabit / github-client/src / createAuth

Function: createAuth()

ts
function createAuth(config): AuthManager;

Defined in: packages/github-client/src/auth.ts:93

Create authentication manager from config

Parameters

ParameterType
configAuthConfig

Returns

AuthManager

Released under the MIT License.