MCPcopy Create free account
hub / github.com/daodst/chat / LoginTypeToken

Struct LoginTypeToken

clientapi/auth/login_token.go:30–33  ·  view source on GitHub ↗

LoginTypeToken describes how to authenticate with a login token.

Source from the content-addressed store, hash-verified

28
29// LoginTypeToken describes how to authenticate with a login token.
30type LoginTypeToken struct {
31 UserAPI uapi.LoginTokenInternalAPI
32 Config *config.ClientAPI
33}
34
35// Name implements Type.
36func (t *LoginTypeToken) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected