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

Struct SessionTransferView

internal/display/apps_session_transfer.go:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type SessionTransferView struct {
10 ID string
11 CanCreateTOKEN string
12 AllowedMethods string
13 DeviceBinding string
14
15 raw interface{}
16}
17
18func (v *SessionTransferView) AsTableHeader() []string {
19 return []string{"CLIENT ID", "NAME", "CAN CREATE TOKEN", "ALLOWED METHODS", "DEVICE BINDING"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected