mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 09:51:39 +00:00
11 lines
337 B
Go
11 lines
337 B
Go
package form
|
|||
|
|
|
||
|
|
import "github.com/go-webauthn/webauthn/protocol"
|
||
|
|
|
||
|
|
type (
|
||
|
|
CredentialDescriptor = protocol.CredentialDescriptor
|
||
|
|
AuthenticationExtensions = protocol.AuthenticationExtensions
|
||
|
|
LoginOptions = protocol.PublicKeyCredentialRequestOptions
|
||
|
|
RegisterOptions = protocol.PublicKeyCredentialCreationOptions
|
||
|
|
)
|