FFCustomAuthFields$json top-level constant
Implementation
@$core.Deprecated('Use fFCustomAuthFieldsDescriptor instead')
const FFCustomAuthFields$json = {
'1': 'FFCustomAuthFields',
'2': [
{
'1': 'auth_token',
'3': 1,
'4': 1,
'5': 11,
'6': '.flutterflow.FFVariable',
'10': 'authToken'
},
{
'1': 'refresh_token',
'3': 2,
'4': 1,
'5': 11,
'6': '.flutterflow.FFVariable',
'10': 'refreshToken'
},
{
'1': 'token_expiry_timestamp',
'3': 3,
'4': 1,
'5': 11,
'6': '.flutterflow.FFVariable',
'10': 'tokenExpiryTimestamp'
},
{
'1': 'user_uid',
'3': 4,
'4': 1,
'5': 11,
'6': '.flutterflow.FFVariable',
'10': 'userUid'
},
{
'1': 'user_data',
'3': 5,
'4': 1,
'5': 11,
'6': '.flutterflow.FFVariable',
'10': 'userData'
},
],
};