MCPcopy Create free account
hub / github.com/auth0/auth0-cli / SessionTransferUpdate

Method SessionTransferUpdate

internal/display/apps_session_transfer.go:49–54  ·  view source on GitHub ↗
(client *management.Client, id string)

Source from the content-addressed store, hash-verified

47}
48
49func (r *Renderer) SessionTransferUpdate(client *management.Client, id string) {
50 r.Heading("application session transfer")
51 r.Infof("✅ Updated session transfer settings for application %s", ansi.Faint(id))
52
53 r.Result(MakeSessionTransferView(client))
54}
55
56func MakeSessionTransferView(client *management.Client) *SessionTransferView {
57 return &SessionTransferView{

Callers 1

Calls 5

HeadingMethod · 0.95
InfofMethod · 0.95
ResultMethod · 0.95
FaintFunction · 0.92
MakeSessionTransferViewFunction · 0.85

Tested by

no test coverage detected