Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ Get
Method
Get
cache/cache.go:11–11 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
9
// in order to preserve them across multiple CLI invocations.
10
type
Cache
interface
{
11
Get(key string) (string, time.Time)
12
Set(key string, value string, expiresAt time.Time)
13
}
Callers
9
TestProvidesCorrectPkceCodes
Function · 0.65
TestMissingCodeShowsErrorMessage
Function · 0.65
performLogin
Function · 0.65
renewAuthToken
Method · 0.65
getAccessTokenFromCache
Method · 0.65
login
Method · 0.65
getAccessTokenFromCache
Method · 0.65
parseRequestBodyParameters
Method · 0.65
getCategory
Method · 0.65
Implementers
1
FileCache
cache/file_cache.go
Calls
no outgoing calls
Tested by
3
TestProvidesCorrectPkceCodes
Function · 0.52
TestMissingCodeShowsErrorMessage
Function · 0.52
performLogin
Function · 0.52