LoginTypeToken describes how to authenticate with a login token.
| 28 | |
| 29 | // LoginTypeToken describes how to authenticate with a login token. |
| 30 | type LoginTypeToken struct { |
| 31 | UserAPI uapi.LoginTokenInternalAPI |
| 32 | Config *config.ClientAPI |
| 33 | } |
| 34 | |
| 35 | // Name implements Type. |
| 36 | func (t *LoginTypeToken) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected