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

Method Redacted

auth/token_request_form.go:32–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (r tokenRequestForm) Redacted() string {
33 form := r.createForm(
34 r.GrantType,
35 r.Scopes,
36 r.ClientId,
37 r.redact(r.ClientSecret),
38 r.Code,
39 r.CodeVerifier,
40 r.RedirectUri,
41 r.redact(r.RefreshToken),
42 r.Properties,
43 )
44 return form.Encode()
45}
46
47func (r tokenRequestForm) createForm(
48 grantType string,

Callers 2

retrieveTokenMethod · 0.45
logResponseJsonMethod · 0.45

Calls 3

createFormMethod · 0.95
redactMethod · 0.95
EncodeMethod · 0.80

Tested by

no test coverage detected