Files
motr/middleware/webauthn/assertion.go

8 lines
104 B
Go

package webauthn
type RegisterOptions struct {
Address string
Handle string
Challenge string
}