MCPcopy Create free account
hub / github.com/rilldata/rill / AuthVerifyDeviceUI

Method AuthVerifyDeviceUI

admin/urls.go:234–236  ·  view source on GitHub ↗

AuthVerifyDeviceUI returns the frontend URL for the device auth verification page.

(query map[string]string)

Source from the content-addressed store, hash-verified

232
233// AuthVerifyDeviceUI returns the frontend URL for the device auth verification page.
234func (u *URLs) AuthVerifyDeviceUI(query map[string]string) string {
235 return urlutil.MustWithQuery(urlutil.MustJoinURL(u.Frontend(), "/-/auth/device"), query)
236}
237
238// AuthCLISuccessUI returns the frontend URL to redirect to after successful CLI authentication.
239func (u *URLs) AuthCLISuccessUI() string {

Callers 1

Calls 3

FrontendMethod · 0.95
MustWithQueryFunction · 0.92
MustJoinURLFunction · 0.92

Tested by

no test coverage detected