MCPcopy Create free account
hub / github.com/UiPath/uipathcli / NewOAuthAuthenticator

Function NewOAuthAuthenticator

auth/oauth_authenticator.go:317–319  ·  view source on GitHub ↗
(cache cache.Cache, browserLauncher BrowserLauncher)

Source from the content-addressed store, hash-verified

315}
316
317func NewOAuthAuthenticator(cache cache.Cache, browserLauncher BrowserLauncher) *OAuthAuthenticator {
318 return &OAuthAuthenticator{cache, browserLauncher}
319}

Callers 7

authenticatorsFunction · 0.92
RunCliFunction · 0.92
TestOAuthFlowIsCachedFunction · 0.85
callAuthenticatorFunction · 0.85

Calls

no outgoing calls

Tested by 5

TestOAuthFlowIsCachedFunction · 0.68
callAuthenticatorFunction · 0.68