New issue
Advanced search Search tips

Issue 704627 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocked on:
issue 700180



Sign in to add a comment

Add Typemappers between Webauth IDL dictionaries and authenticator.mojom structs

Project Member Reported by kpaulhamus@chromium.org, Mar 23 2017

Issue description

Several WebAuthn dictionary types can't currently be typemapped to a Mojo struct. (Currently ScopedCredentialType, ScopedCredentialOptions, ScopedCredentialParameters.)
 
https://www.w3.org/TR/webauthn/
Spec was updated, so now the types are
- PublicKeyCredentialType
- MakeCredentialOptions
- PublicKeyCredentialParameters
- 
Status: WontFix (was: Assigned)
The current approach is to use TypeConverters, which has been done.

See decision here: https://bugs.chromium.org/p/chromium/issues/detail?id=700180

Sign in to add a comment