Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
317
func
NewOAuthAuthenticator(cache cache.Cache, browserLauncher BrowserLauncher) *OAuthAuthenticator {
318
return
&OAuthAuthenticator{cache, browserLauncher}
319
}
Callers
7
authenticators
Function · 0.92
RunCli
Function · 0.92
TestOAuthAuthenticatorNotEnabled
Function · 0.85
TestOAuthAuthenticatorInvalidConfig
Function · 0.85
TestOAuthFlowIsCached
Function · 0.85
TestOAuthFlowUsesRefreshToken
Function · 0.85
callAuthenticator
Function · 0.85
Calls
no outgoing calls
Tested by
5
TestOAuthAuthenticatorNotEnabled
Function · 0.68
TestOAuthAuthenticatorInvalidConfig
Function · 0.68
TestOAuthFlowIsCached
Function · 0.68
TestOAuthFlowUsesRefreshToken
Function · 0.68
callAuthenticator
Function · 0.68