VerifyU2FRegistrationRequest$json top-level constant
- @Deprecated('Use verifyU2FRegistrationRequestDescriptor instead')
Map<String, Object>
const
VerifyU2FRegistrationRequest$json
Implementation
@$core.Deprecated('Use verifyU2FRegistrationRequestDescriptor instead')
const VerifyU2FRegistrationRequest$json = {
'1': 'VerifyU2FRegistrationRequest',
'2': [
{'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'userId'},
{'1': 'u2f_id', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'u2fId'},
{'1': 'public_key_credential', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '8': {}, '10': 'publicKeyCredential'},
{'1': 'token_name', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'tokenName'},
],
};