MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / PollLogin

Method PollLogin

sdk/pluginapi/types.go:265–265  ·  view source on GitHub ↗
(context.Context, AuthLoginPollRequest)

Source from the content-addressed store, hash-verified

263 ParseAuth(context.Context, AuthParseRequest) (AuthParseResponse, error)
264 StartLogin(context.Context, AuthLoginStartRequest) (AuthLoginStartResponse, error)
265 PollLogin(context.Context, AuthLoginPollRequest) (AuthLoginPollResponse, error)
266 RefreshAuth(context.Context, AuthRefreshRequest) (AuthRefreshResponse, error)
267}
268

Callers 3

callPollLoginMethod · 0.65
GetAuthStatusMethod · 0.65

Implementers 2

fakeAuthProviderinternal/pluginhost/adapters_test.go
compileTimePluginsdk/pluginapi/types_test.go

Calls

no outgoing calls