You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

extensions.go 328B

12345678
  1. package protocol
  2. // Extensions are discussed in §9. WebAuthn Extensions (https://www.w3.org/TR/webauthn/#extensions).
  3. // For a list of commonly supported extenstions, see §10. Defined Extensions
  4. // (https://www.w3.org/TR/webauthn/#sctn-defined-extensions).
  5. type AuthenticationExtensionsClientOutputs map[string]interface{}