signaller/internal/models/login/get_login_flows.go
2019-07-19 19:52:03 +04:00

6 lines
116 B
Go

package login
type GetLoginReply struct {
Flows []Flow `json:"flows"` // The homeserver's supported login types
}