PasskeyAuthenticator$json top-level constant

  1. @Deprecated('Use passkeyAuthenticatorDescriptor instead')
Map<String, Object> const PasskeyAuthenticator$json

Implementation

@$core.Deprecated('Use passkeyAuthenticatorDescriptor instead')
const PasskeyAuthenticator$json = {
  '1': 'PasskeyAuthenticator',
  '2': [
    {'1': 'PASSKEY_AUTHENTICATOR_UNSPECIFIED', '2': 0},
    {'1': 'PASSKEY_AUTHENTICATOR_PLATFORM', '2': 1},
    {'1': 'PASSKEY_AUTHENTICATOR_CROSS_PLATFORM', '2': 2},
  ],
};