Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/cli
/ refreshTokenBody
Method
refreshTokenBody
api/uaa/refresh_token.go:72–77 ·
view source on GitHub ↗
(refreshToken string)
Source
from the content-addressed store, hash-verified
70
}
71
72
func
(client *Client) refreshTokenBody(refreshToken string) url.Values {
73
return
url.Values{
74
"refresh_token"
: {refreshToken},
75
"grant_type"
: {string(constant.GrantTypeRefreshToken)},
76
}
77
}
Callers
1
RefreshAccessToken
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected