mirror of
https://github.com/cf-sonr/motr.git
synced 2026-01-12 02:59:13 +00:00
8 lines
104 B
Go
8 lines
104 B
Go
package webauthn
|
|
|
|
type RegisterOptions struct {
|
|
Address string
|
|
Handle string
|
|
Challenge string
|
|
}
|