hydra-passwordless/internal/hydra/response.go

17 lines
174 B
Go
Raw Normal View History

2020-04-08 08:56:42 +02:00
package hydra
type LoginResponse struct {
}
type AcceptResponse struct {
}
type RejectResponse struct {
}
type LogoutResponse struct {
}
type ConsentResponse struct {
}