(sessionID, authType string)
| 137 | } |
| 138 | |
| 139 | func (u *UserInteractive) AddCompletedStage(sessionID, authType string) { |
| 140 | // TODO: Handle multi-stage flows |
| 141 | delete(u.Sessions, sessionID) |
| 142 | } |
| 143 | |
| 144 | type Challenge struct { |
| 145 | Completed []string `json:"completed"` |
no outgoing calls