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

Method GetConnection

internal/auth0/flow.go:33–33  ·  view source on GitHub ↗

GetConnection Retrieve flow vault connection details.

(ctx context.Context, id string, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

31
32 // GetConnection Retrieve flow vault connection details.
33 GetConnection(ctx context.Context, id string, opts ...management.RequestOption) (r *management.FlowVaultConnection, err error)
34
35 // UpdateConnection Update an existing flow vault connection.
36 UpdateConnection(ctx context.Context, id string, r *management.FlowVaultConnection, opts ...management.RequestOption) error

Callers 1

getUserConnectionMethod · 0.65

Implementers 2

MockFlowVaultConnectionAPIinternal/auth0/mock/flow_mock.go
MockFlowVaultConnectionAPIMockRecorderinternal/auth0/mock/flow_mock.go

Calls

no outgoing calls

Tested by

no test coverage detected