hydra-passwordless/internal/hydra/response.go

17 lines
174 B
Go

package hydra
type LoginResponse struct {
}
type AcceptResponse struct {
}
type RejectResponse struct {
}
type LogoutResponse struct {
}
type ConsentResponse struct {
}