requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'object',
'id',
'name',
'idp_entity_id',
'idp_sso_url',
'idp_certificate',
'acs_url',
'sp_entity_id',
'sp_metadata_url',
'active',
'provider',
'user_count',
'sync_user_attributes',
'allow_subdomains',
'allow_idp_initiated',
'disable_additional_identifications',
'force_authn',
'created_at',
'updated_at',
};