ListAuthenticationFactorsRequest$json top-level constant
- @Deprecated('Use listAuthenticationFactorsRequestDescriptor instead')
Map<String, Object>
const
ListAuthenticationFactorsRequest$json
Implementation
@$core.Deprecated('Use listAuthenticationFactorsRequestDescriptor instead')
const ListAuthenticationFactorsRequest$json = {
'1': 'ListAuthenticationFactorsRequest',
'2': [
{'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'userId'},
{
'1': 'auth_factors',
'3': 2,
'4': 3,
'5': 14,
'6': '.zitadel.user.v2.AuthFactors',
'8': {},
'10': 'authFactors'
},
{
'1': 'states',
'3': 3,
'4': 3,
'5': 14,
'6': '.zitadel.user.v2.AuthFactorState',
'8': {},
'10': 'states'
},
],
};