namespace AIStudio.Tools.ERIClient.DataModel;
///
/// The mapping between an AuthField and the field name in the authentication request.
///
/// The AuthField that is mapped to the field name.
/// The field name in the authentication request.
public record AuthFieldMapping(AuthField AuthField, string FieldName);