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

Function newTokenResponse

auth/token_response.go:11–13  ·  view source on GitHub ↗
(accessToken string, expiresAt time.Time, refreshToken *string)

Source from the content-addressed store, hash-verified

9}
10
11func newTokenResponse(accessToken string, expiresAt time.Time, refreshToken *string) *tokenResponse {
12 return &tokenResponse{accessToken, expiresAt, refreshToken}
13}

Callers 3

GetTokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected