Files
sonr/internal/orm/browser/AuthenticatorSelectionCriteria.pkl.go
T

11 lines
290 B
Go
Raw Normal View History

2024-09-19 02:04:22 -04:00
// Code generated from Pkl module `browser`. DO NOT EDIT.
package browser
type AuthenticatorSelectionCriteria struct {
AuthenticatorAttachment string `pkl:"authenticatorAttachment"`
RequireResidentKey bool `pkl:"requireResidentKey"`
UserVerification string `pkl:"userVerification"`
}